diff options
author | Andi Gutmans <andi@php.net> | 1999-09-05 19:04:40 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-09-05 19:04:40 +0000 |
commit | 14d9a59f1cbc9c8f9cf9e4d955549dc8c1fc7334 (patch) | |
tree | 890afb23001883a0806ce9c380c88f7ca50673fb /main | |
parent | 99947a251ed175582243f66bcd014478ae975de6 (diff) | |
download | php-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.c | 1 |
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" |