Include stdio.h for fprintf.
[tinc] / lib / xmalloc.c
index ce1888d..38fb571 100644 (file)
@@ -20,6 +20,7 @@
 #endif
 
 #include <sys/types.h>
+#include <stdio.h>
 
 #if STDC_HEADERS
 # include <stdlib.h>