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/ypcat/ypcat.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin/ypcat/ypcat.c') diff --git a/usr.bin/ypcat/ypcat.c b/usr.bin/ypcat/ypcat.c index e90e763a..f2cb022 100644 --- a/usr.bin/ypcat/ypcat.c +++ b/usr.bin/ypcat/ypcat.c @@ -38,6 +38,8 @@ static const char rcsid[] = #include #include #include +#include +#include #include #include -- cgit v1.1