diff options
author | Zeev Suraski <zeev@php.net> | 2000-02-10 20:24:28 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-02-10 20:24:28 +0000 |
commit | 732eeeabd9032537ddef3a6c8ef83064501c463f (patch) | |
tree | 591e9125668aecb7570b5cee747ea6ff57be8f72 /sapi/apache/php_apache.c | |
parent | 870936972012a14cb33a2a242dc138ba641180fe (diff) | |
download | php-git-732eeeabd9032537ddef3a6c8ef83064501c463f.tar.gz |
Final build fixes - that's enough for now...
Diffstat (limited to 'sapi/apache/php_apache.c')
-rw-r--r-- | sapi/apache/php_apache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index 0915feb7c8..7480c250e7 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -35,7 +35,7 @@ #include <errno.h> #include <ctype.h> -#include "remains.h" +#include "php_apache_http.h" #include "http_request.h" #include "build-defs.h" |