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/expand/expand.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/expand/expand.c') diff --git a/usr.bin/expand/expand.c b/usr.bin/expand/expand.c index 4044cc5..06f1362 100644 --- a/usr.bin/expand/expand.c +++ b/usr.bin/expand/expand.c @@ -48,6 +48,7 @@ static const char rcsid[] = #include #include #include +#include #include /* -- cgit v1.1