From 3946ca7fc16f02619c69fa3e332f87cf9620213c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 8 Feb 1999 03:30:06 +0000 Subject: [PATCH] Include stdio.h. --- src/who.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.47.3