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 | |
parent | 870936972012a14cb33a2a242dc138ba641180fe (diff) | |
download | php-git-732eeeabd9032537ddef3a6c8ef83064501c463f.tar.gz |
Final build fixes - that's enough for now...
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | sapi/apache/php_apache.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index bfa5dd17e3..c84ad7adc0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -11,7 +11,7 @@ LTLIBRARY_NAME = libphp4.la LTLIBRARY_SOURCES = \ main.c internal_functions.c snprintf.c php_sprintf.c \ - configuration-parser.c configuration-scanner.c request_info.c \ + configuration-parser.c configuration-scanner.c \ safe_mode.c fopen-wrappers.c php_realpath.c alloca.c \ php_ini.c SAPI.c rfc1867.c dlist.c php_content_types.c strlcpy.c \ strlcat.c mergesort.c reentrancy.c php_variables.c 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" |