From dc0185a4595e3c76be40a220d9f40362393b0787 Mon Sep 17 00:00:00 2001 From: dd Date: Sun, 24 Jun 2001 19:50:42 +0000 Subject: Include missing header files which define functions for which gcc has builtins (e.g., exit, strcmp). --- usr.bin/who/who.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/who/who.c') diff --git a/usr.bin/who/who.c b/usr.bin/who/who.c index c4a53ee..a646d58 100644 --- a/usr.bin/who/who.c +++ b/usr.bin/who/who.c @@ -55,6 +55,7 @@ static const char rcsid[] = #include #include #include +#include #include #include #include -- cgit v1.1