From: Zeev Suraski Date: Thu, 10 Feb 2000 20:24:28 +0000 (+0000) Subject: Final build fixes - that's enough for now... X-Git-Tag: BEFORE_SAPI_POST_PATCH_17_FEB_2000~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=732eeeabd9032537ddef3a6c8ef83064501c463f;p=php Final build fixes - that's enough for now... --- 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 #include -#include "remains.h" +#include "php_apache_http.h" #include "http_request.h" #include "build-defs.h"