Fix missing header include

This commit is contained in:
Kevin Lange 2014-04-12 18:46:25 -07:00
parent bf5409d0da
commit 5a134e9a67

View File

@ -10,6 +10,7 @@
#else
# include <stdint.h>
# include <stddef.h>
# include <assert.h>
#endif
typedef struct node {