diff options
author | Stig Bakken <ssb@php.net> | 1999-04-22 00:25:57 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-04-22 00:25:57 +0000 |
commit | ff377329973b5708afd5990b8d8697e706f3f749 (patch) | |
tree | 1117d2ad233d6ae11fa5abcfaf74c157c2e56ed3 /ext/apache/apache.c | |
parent | f582bec9db6bd87426fee28e7992a0ffc8b01598 (diff) | |
download | php-git-ff377329973b5708afd5990b8d8697e706f3f749.tar.gz |
moved fdf, hyperwave, informix and some smaller files
Diffstat (limited to 'ext/apache/apache.c')
-rw-r--r-- | ext/apache/apache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/apache/apache.c b/ext/apache/apache.c index 614268d4be..1c7f9de43e 100644 --- a/ext/apache/apache.c +++ b/ext/apache/apache.c @@ -34,7 +34,7 @@ #include "tls.h" #endif #include "php.h" -#include "functions/head.h" +#include "ext/standard/head.h" #include "php_globals.h" #include "php_ini.h" #include "mod_php3.h" |