summaryrefslogtreecommitdiffstats
path: root/usr.sbin/yppoll
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-24 20:25:23 +0000
committerdd <dd@FreeBSD.org>2001-06-24 20:25:23 +0000
commite3cab8dc0ccb8294d22f3d896a277e5404f8d59b (patch)
treee5122aa92326b6b00c8a590e4fcbb135491c25bf /usr.sbin/yppoll
parentcb7fc9479cb1cc45c9052afd1061601d2b41dafb (diff)
downloadFreeBSD-src-e3cab8dc0ccb8294d22f3d896a277e5404f8d59b.zip
FreeBSD-src-e3cab8dc0ccb8294d22f3d896a277e5404f8d59b.tar.gz
Include missing header files which define functions for which gcc has
builtints (e.g., exit, strcmp).
Diffstat (limited to 'usr.sbin/yppoll')
-rw-r--r--usr.sbin/yppoll/yppoll.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/yppoll/yppoll.c b/usr.sbin/yppoll/yppoll.c
index a6fac5d..048fdeb 100644
--- a/usr.sbin/yppoll/yppoll.c
+++ b/usr.sbin/yppoll/yppoll.c
@@ -38,6 +38,7 @@ static const char rcsid[] =
#include <sys/socket.h>
#include <err.h>
#include <stdio.h>
+#include <stdlib.h>
#include <time.h>
#include <unistd.h>
OpenPOWER on IntegriCloud