X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_header_parser.h;h=0d52930da09067030085ac876a3e527839868659;hb=2aa318b3eb1d885b29bf172290f35a3096e339a7;hp=9d6ebccfbfb05f248ed7e93e62bfd6a4b3b0f248;hpb=c5c580f24e24e8032a0554a2e39e38c496144bc2;p=m6w6%2Fext-http diff --git a/php_http_header_parser.h b/php_http_header_parser.h index 9d6ebcc..0d52930 100644 --- a/php_http_header_parser.h +++ b/php_http_header_parser.h @@ -1,6 +1,8 @@ #ifndef PHP_HTTP_HEADER_PARSER_H #define PHP_HTTP_HEADER_PARSER_H +#include "php_http_info.h" + typedef enum php_http_header_parser_state { PHP_HTTP_HEADER_PARSER_STATE_FAILURE = FAILURE, PHP_HTTP_HEADER_PARSER_STATE_START = 0,