summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>1999-09-05 19:04:40 +0000
committerAndi Gutmans <andi@php.net>1999-09-05 19:04:40 +0000
commit14d9a59f1cbc9c8f9cf9e4d955549dc8c1fc7334 (patch)
tree890afb23001883a0806ce9c380c88f7ca50673fb /main
parent99947a251ed175582243f66bcd014478ae975de6 (diff)
downloadphp-git-14d9a59f1cbc9c8f9cf9e4d955549dc8c1fc7334.tar.gz
- Make dir functions compile in Win32
- Fix too early memory manager initialization (For you Thies)
Diffstat (limited to 'main')
-rw-r--r--main/SAPI.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/SAPI.c b/main/SAPI.c
index be6a2d5bb3..2c749daae5 100644
--- a/main/SAPI.c
+++ b/main/SAPI.c
@@ -20,6 +20,7 @@
#include <ctype.h>
+#include "php.h"
#include "SAPI.h"
#ifdef ZTS
#include "TSRM.h"