commit 2f77af2

Michael Forney  ·  2013-10-24 20:38:11 +0000 UTC
parent 673246c
util: Add missing include for stdlib.h

Required for NULL
1 files changed,  +1, -0
+1, -0
1@@ -1,6 +1,7 @@
2 #ifndef SWC_UTIL_H
3 #define SWC_UTIL_H 1
4 
5+#include <stdlib.h>
6 #include <stdbool.h>
7 #include <sys/time.h>
8 #include <sys/param.h>