Include stdio.h.
authorJim Meyering <jim@meyering.net>
Mon, 8 Feb 1999 03:32:06 +0000 (03:32 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 8 Feb 1999 03:32:06 +0000 (03:32 +0000)
lib/readutmp.c

index 39ea070..bd20ff0 100644 (file)
@@ -19,6 +19,8 @@
 
 #include <config.h>
 
+#include <stdio.h>
+
 #include <sys/stat.h>
 #if defined(STDC_HEADERS) || defined(HAVE_STRING_H)
 # include <string.h>