diff options
author | Jim Meyering <jim@meyering.net> | 1999-02-08 03:32:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-02-08 03:32:06 +0000 |
commit | 9b1973fbd778fe00582981bf4999ffb92fd98c0c (patch) | |
tree | 0b3bb19cbd37e68665deb2cbe15a5c47d034538b /lib | |
parent | 03b1afaa8d4e2c27ab3b3ad83322cb1276be7e91 (diff) | |
download | coreutils-9b1973fbd778fe00582981bf4999ffb92fd98c0c.tar.xz |
Include stdio.h.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/readutmp.c | 2 |
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> |