aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2004-05-24 13:21:24 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2004-05-24 13:21:24 +0000
commit28e1bf46890e518b11be91f657a5b3932158aa61 (patch)
tree76eddb03c7787f6fccec7fa51e5cbe4b05f0161b
parent8b061e144ec96f3dfe460c64551eca5d61b555de (diff)
Notes
-rw-r--r--libexec/rexecd/rexecd.c1
-rw-r--r--usr.sbin/atm/scspd/scspd.c1
-rw-r--r--usr.sbin/rpc.ypupdated/yp_dbupdate.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/libexec/rexecd/rexecd.c b/libexec/rexecd/rexecd.c
index ef284d99133c..4d678ebc6cae 100644
--- a/libexec/rexecd/rexecd.c
+++ b/libexec/rexecd/rexecd.c
@@ -59,6 +59,7 @@ static const char rcsid[] =
#include <signal.h>
#include <stdarg.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <syslog.h>
#include <unistd.h>
diff --git a/usr.sbin/atm/scspd/scspd.c b/usr.sbin/atm/scspd/scspd.c
index fbbf75d768cd..30d7015d90b3 100644
--- a/usr.sbin/atm/scspd/scspd.c
+++ b/usr.sbin/atm/scspd/scspd.c
@@ -55,6 +55,7 @@
#include <libatm.h>
#include <paths.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <syslog.h>
#include <unistd.h>
diff --git a/usr.sbin/rpc.ypupdated/yp_dbupdate.c b/usr.sbin/rpc.ypupdated/yp_dbupdate.c
index 1672f3e88ac2..225c7cb41dbc 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>