pull in stdlib.h for malloc() prototype
authorMike Frysinger <vapier@gentoo.org>
Mon, 21 Nov 2011 00:25:56 +0000 (19:25 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 21 Nov 2011 00:46:38 +0000 (19:46 -0500)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
lib/proc.c

index 9cd4eeb..5c709ed 100644 (file)
@@ -5,6 +5,7 @@
 #include <string.h>
 #include <stdarg.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <ctype.h>
 #include <unistd.h>