diff options
author | Jim Meyering <jim@meyering.net> | 1999-02-08 03:30:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-02-08 03:30:06 +0000 |
commit | 3946ca7fc16f02619c69fa3e332f87cf9620213c (patch) | |
tree | a1ebaa57f412412e72976e50b8c740c3a1a34d97 | |
parent | 2dc3a543b106c33680daf01e1118eb411a07edcf (diff) | |
download | coreutils-3946ca7fc16f02619c69fa3e332f87cf9620213c.tar.xz |
Include stdio.h.
-rw-r--r-- | src/who.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ #include <config.h> #include <getopt.h> +#include <stdio.h> #include "error.h" #include "readutmp.h" |