diff options
| author | Sascha Schumann <sas@php.net> | 2000-06-05 23:24:42 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2000-06-05 23:24:42 +0000 |
| commit | 102c6ce4b89c4efd46eb8c2b212943c188312938 (patch) | |
| tree | 0d84fe02ccbe7a10ba903607876ef6e48daccd9d /sapi/phttpd/phttpd.c | |
| parent | 78d77c1476fd2b47ddaef826b4ab5fbc02cf3156 (diff) | |
| download | php-git-102c6ce4b89c4efd46eb8c2b212943c188312938.tar.gz | |
Move main.h to php_main.h.
Diffstat (limited to 'sapi/phttpd/phttpd.c')
| -rw-r--r-- | sapi/phttpd/phttpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phttpd/phttpd.c b/sapi/phttpd/phttpd.c index 7472bc8ea4..ee3fb977e6 100644 --- a/sapi/phttpd/phttpd.c +++ b/sapi/phttpd/phttpd.c @@ -19,7 +19,7 @@ #include "php.h" #include "SAPI.h" -#include "main.h" +#include "php_main.h" #ifdef HAVE_PHTTPD |
