summaryrefslogtreecommitdiff
path: root/src/includes.h
blob: 385d033c864e1769abcc67d0df05b908fb96adc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
 *  Includes.h
 *
 *  Startup include file to compile the phpcpp library
 *
 *  @author Emiel Bruijntjes <emiel.bruijntjes@copernica.com>
 *  @copyright 2013 Copernica BV
 */

/**
 *  Include standard C and C++ libraries
 */
#include <stdlib.h>
#include <php5/main/php.h>
#include <php5/main/php_ini.h>

/**
 *  Include other files from this library
 */  
#include "../include/extension.h"