summaryrefslogtreecommitdiff
path: root/src/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/includes.h')
-rw-r--r--src/includes.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/includes.h b/src/includes.h
new file mode 100644
index 0000000..385d033
--- /dev/null
+++ b/src/includes.h
@@ -0,0 +1,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"
+