push a load of changes before holidays
[m6w6/ext-http] / php_http_header_parser.h
index 9d6ebccfbfb05f248ed7e93e62bfd6a4b3b0f248..0d52930da09067030085ac876a3e527839868659 100644 (file)
@@ -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,