summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2007-11-07 10:57:35 +0000
committerkevlo <kevlo@FreeBSD.org>2007-11-07 10:57:35 +0000
commit531342a49546f06393463c8128b43f76c9851692 (patch)
tree47796ee9ac30d951b908d7a4f4abc1bea87ff35b /usr.sbin/pppd
parentfa3791e1a7df72dae386c39862c6dad9fb7a5304 (diff)
downloadFreeBSD-src-531342a49546f06393463c8128b43f76c9851692.zip
FreeBSD-src-531342a49546f06393463c8128b43f76c9851692.tar.gz
Add missing <stdlib.h> for exit()
Diffstat (limited to 'usr.sbin/pppd')
-rw-r--r--usr.sbin/pppd/ipcp.c1
-rw-r--r--usr.sbin/pppd/ipv6cp.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/pppd/ipcp.c b/usr.sbin/pppd/ipcp.c
index 3c8eba8..3369757 100644
--- a/usr.sbin/pppd/ipcp.c
+++ b/usr.sbin/pppd/ipcp.c
@@ -26,6 +26,7 @@ static char rcsid[] = "$FreeBSD$";
*/
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <syslog.h>
#include <netdb.h>
diff --git a/usr.sbin/pppd/ipv6cp.c b/usr.sbin/pppd/ipv6cp.c
index 3071a9e..27ba3a9 100644
--- a/usr.sbin/pppd/ipv6cp.c
+++ b/usr.sbin/pppd/ipv6cp.c
@@ -110,6 +110,7 @@ __FBSDID("$FreeBSD$");
*/
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <syslog.h>
#include <unistd.h>
OpenPOWER on IntegriCloud