Include stdio.h for fprintf.
authorIvo Timmermans <ivo@lychnis.net>
Thu, 4 May 2000 00:00:06 +0000 (00:00 +0000)
committerIvo Timmermans <ivo@lychnis.net>
Thu, 4 May 2000 00:00:06 +0000 (00:00 +0000)
lib/xmalloc.c

index ce1888d..38fb571 100644 (file)
@@ -20,6 +20,7 @@
 #endif
 
 #include <sys/types.h>
 #endif
 
 #include <sys/types.h>
+#include <stdio.h>
 
 #if STDC_HEADERS
 # include <stdlib.h>
 
 #if STDC_HEADERS
 # include <stdlib.h>