summaryrefslogtreecommitdiff
path: root/sapi/apache/php_apache.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-02-10 20:24:28 +0000
committerZeev Suraski <zeev@php.net>2000-02-10 20:24:28 +0000
commit732eeeabd9032537ddef3a6c8ef83064501c463f (patch)
tree591e9125668aecb7570b5cee747ea6ff57be8f72 /sapi/apache/php_apache.c
parent870936972012a14cb33a2a242dc138ba641180fe (diff)
downloadphp-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.c2
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"