summaryrefslogtreecommitdiffstats
path: root/usr.sbin/atm
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/atm
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/atm')
-rw-r--r--usr.sbin/atm/scspd/scspd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/atm/scspd/scspd.c b/usr.sbin/atm/scspd/scspd.c
index fbbf75d..30d7015 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>
OpenPOWER on IntegriCloud