summaryrefslogtreecommitdiff
path: root/src/who.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-02-08 03:30:06 +0000
committerJim Meyering <jim@meyering.net>1999-02-08 03:30:06 +0000
commit3946ca7fc16f02619c69fa3e332f87cf9620213c (patch)
treea1ebaa57f412412e72976e50b8c740c3a1a34d97 /src/who.c
parent2dc3a543b106c33680daf01e1118eb411a07edcf (diff)
downloadcoreutils-3946ca7fc16f02619c69fa3e332f87cf9620213c.tar.xz
Include stdio.h.
Diffstat (limited to 'src/who.c')
-rw-r--r--src/who.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/who.c b/src/who.c
index 7fd98d0bf..7220ec7e8 100644
--- a/src/who.c
+++ b/src/who.c
@@ -26,6 +26,7 @@
#include <config.h>
#include <getopt.h>
+#include <stdio.h>
#include "error.h"
#include "readutmp.h"