Include added for MSC compatibilty

event_stream
tomika 15 years ago committed by Ryan
parent b538749fc3
commit 152cce76df

@ -28,6 +28,9 @@
extern "C" { extern "C" {
#endif #endif
#ifdef _MSC_VER
#include <stddef.h>
#endif
#include <sys/types.h> #include <sys/types.h>
typedef struct http_parser http_parser; typedef struct http_parser http_parser;

Loading…
Cancel
Save