diff --git a/http_parser.h b/http_parser.h index 45c72a0..fd2a564 100644 --- a/http_parser.h +++ b/http_parser.h @@ -29,11 +29,10 @@ extern "C" { #define HTTP_PARSER_VERSION_MINOR 7 #define HTTP_PARSER_VERSION_PATCH 1 -#include +#include #if defined(_WIN32) && !defined(__MINGW32__) && \ (!defined(_MSC_VER) || _MSC_VER<1600) && !defined(__WINE__) #include -#include typedef __int8 int8_t; typedef unsigned __int8 uint8_t; typedef __int16 int16_t;