X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_headers.c;h=3173edb680baa29a27239ad5c635f03de23bc3cd;hb=707ee66a824e2bb5daad723f75682aea777b09a3;hp=a2e59de13f6872a7379389161ebf17cf0022c16e;hpb=abbb42df325117e48521ab7f71b37c5338d20252;p=m6w6%2Fext-http diff --git a/php_http_headers.c b/php_http_headers.c index a2e59de..3173edb 100644 --- a/php_http_headers.c +++ b/php_http_headers.c @@ -10,9 +10,7 @@ +--------------------------------------------------------------------+ */ -#include "php_http.h" - -#include +#include "php_http_api.h" PHP_HTTP_API STATUS php_http_headers_parse(const char *header, size_t length, HashTable *headers, php_http_info_callback_t callback_func, void **callback_data TSRMLS_DC) {