summaryrefslogtreecommitdiff
path: root/main/SAPI.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2008-12-31 17:33:05 +0000
committerMarcus Boerger <helly@php.net>2008-12-31 17:33:05 +0000
commit88f19296c9417cc6076af18c256de29c35edd0f4 (patch)
tree0497bef374923fe622cab25b4bbd4f868af6ab20 /main/SAPI.h
parent85af2a05db8560500dcc6d073e22f2ef500eab42 (diff)
downloadphp-git-88f19296c9417cc6076af18c256de29c35edd0f4.tar.gz
- Add needed include as reported by Pierre
Diffstat (limited to 'main/SAPI.h')
-rw-r--r--main/SAPI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/SAPI.h b/main/SAPI.h
index 5907688b43..ad5fe7e2b4 100644
--- a/main/SAPI.h
+++ b/main/SAPI.h
@@ -22,6 +22,7 @@
#define SAPI_H
#include "zend.h"
+#include "zend_API.h"
#include "zend_llist.h"
#include "zend_operators.h"
#ifdef PHP_WIN32