summaryrefslogtreecommitdiff
path: root/lib/readutmp.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-02-08 03:32:06 +0000
committerJim Meyering <jim@meyering.net>1999-02-08 03:32:06 +0000
commit9b1973fbd778fe00582981bf4999ffb92fd98c0c (patch)
tree0b3bb19cbd37e68665deb2cbe15a5c47d034538b /lib/readutmp.c
parent03b1afaa8d4e2c27ab3b3ad83322cb1276be7e91 (diff)
downloadcoreutils-9b1973fbd778fe00582981bf4999ffb92fd98c0c.tar.xz
Include stdio.h.
Diffstat (limited to 'lib/readutmp.c')
-rw-r--r--lib/readutmp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/readutmp.c b/lib/readutmp.c
index 39ea0703e..bd20ff050 100644
--- 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>