diff lib/readutmp.c @ 1710:a6e95d15d8fb

Include stdio.h.
author Jim Meyering <jim@meyering.net>
date Mon, 08 Feb 1999 03:32:06 +0000 (1999-02-08)
parents 57f00294f807
children db73263fa4b3
line wrap: on
line diff
--- a/lib/readutmp.c
+++ b/lib/readutmp.c
@@ -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>