From: Jim Meyering Date: Mon, 8 Feb 1999 03:30:06 +0000 (+0000) Subject: Include stdio.h. X-Git-Tag: FILEUTILS-4_0e~270 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3946ca7fc16f02619c69fa3e332f87cf9620213c;p=thirdparty%2Fcoreutils.git Include stdio.h. --- diff --git a/src/who.c b/src/who.c index 7fd98d0bf6..7220ec7e83 100644 --- a/src/who.c +++ b/src/who.c @@ -26,6 +26,7 @@ #include #include +#include #include "error.h" #include "readutmp.h"