From: Michael Wallner Date: Tue, 4 Oct 2005 08:46:07 +0000 (+0000) Subject: - missing include X-Git-Tag: RELEASE_0_14_2~2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=eccb12ef12282dbe2ffc47b61d5e62e02fcb071c - missing include --- diff --git a/http_api.c b/http_api.c index 3448145..999826d 100644 --- a/http_api.c +++ b/http_api.c @@ -22,6 +22,7 @@ #include "SAPI.h" #include "ext/standard/url.h" +#include "ext/standard/head.h" #include "php_http.h" #include "php_http_std_defs.h"