summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.ypupdated
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-05-24 13:21:24 +0000
committerstefanf <stefanf@FreeBSD.org>2004-05-24 13:21:24 +0000
commit12a8a7fa4c0109f2026bc038e210787355416bf2 (patch)
tree76eddb03c7787f6fccec7fa51e5cbe4b05f0161b /usr.sbin/rpc.ypupdated
parent4cd22dd0a7c3b0a3452b366d74d1673c457fd4ac (diff)
downloadFreeBSD-src-12a8a7fa4c0109f2026bc038e210787355416bf2.zip
FreeBSD-src-12a8a7fa4c0109f2026bc038e210787355416bf2.tar.gz
Include <stdlib.h> for exit() and abort() prototypes.
Approved by: das (mentor)
Diffstat (limited to 'usr.sbin/rpc.ypupdated')
-rw-r--r--usr.sbin/rpc.ypupdated/yp_dbupdate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/rpc.ypupdated/yp_dbupdate.c b/usr.sbin/rpc.ypupdated/yp_dbupdate.c
index 1672f3e..225c7cb 100644
--- a/usr.sbin/rpc.ypupdated/yp_dbupdate.c
+++ b/usr.sbin/rpc.ypupdated/yp_dbupdate.c
@@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$");
#include <sys/fcntl.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <limits.h>
OpenPOWER on IntegriCloud