ext/http-parser/http_parser.h in nyara-0.0.1.pre.5 vs ext/http-parser/http_parser.h in nyara-0.0.1.pre.6

- old
+ new

@@ -22,9 +22,10 @@ #define http_parser_h #ifdef __cplusplus extern "C" { #endif +/* Also update SONAME in the Makefile whenever you change these. */ #define HTTP_PARSER_VERSION_MAJOR 2 #define HTTP_PARSER_VERSION_MINOR 1 #include <sys/types.h> #if defined(_WIN32) && !defined(__MINGW32__) && (!defined(_MSC_VER) || _MSC_VER<1600)