diff options
-rw-r--r-- | ext/standard/http.c | 2 | ||||
-rw-r--r-- | ext/standard/php_http.h (renamed from ext/standard/http.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/http.c b/ext/standard/http.c index 2d9fecad9d..ba0afda245 100644 --- a/ext/standard/http.c +++ b/ext/standard/http.c @@ -18,7 +18,7 @@ /* $Id$ */ -#include "http.h" +#include "php_http.h" #include "php_ini.h" #include "url.h" diff --git a/ext/standard/http.h b/ext/standard/php_http.h index 60a52d6d2f..60a52d6d2f 100644 --- a/ext/standard/http.h +++ b/ext/standard/php_http.h |