changeset 1710:a6e95d15d8fb

Include stdio.h.
author Jim Meyering <jim@meyering.net>
date Mon, 08 Feb 1999 03:32:06 +0000
parents 57f00294f807
children 90523633ed59
files lib/readutmp.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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>