Use stddef.h

event_stream
Ryan Dahl 15 years ago
parent a458431e38
commit da30924dc8

@ -24,11 +24,7 @@
#include <http_parser.h> #include <http_parser.h>
#include <stdint.h> #include <stdint.h>
#include <assert.h> #include <assert.h>
#include <stddef.h>
#ifndef NULL
# define NULL ((void*)0)
#endif
#ifndef MIN #ifndef MIN

Loading…
Cancel
Save