Include stddef.h for NULL

This commit is contained in:
Ryan Dahl 2011-05-19 15:03:21 -07:00
parent 0177751ff5
commit c8603a7462

View File

@ -22,6 +22,7 @@
#include "uv.h"
#include <assert.h>
#include <stddef.h> /* NULL */
const char* uv_err_name(uv_err_t err) {