diff options
author | stefanf <stefanf@FreeBSD.org> | 2004-05-24 13:21:24 +0000 |
---|---|---|
committer | stefanf <stefanf@FreeBSD.org> | 2004-05-24 13:21:24 +0000 |
commit | 12a8a7fa4c0109f2026bc038e210787355416bf2 (patch) | |
tree | 76eddb03c7787f6fccec7fa51e5cbe4b05f0161b /usr.sbin/atm | |
parent | 4cd22dd0a7c3b0a3452b366d74d1673c457fd4ac (diff) | |
download | FreeBSD-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.c | 1 |
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> |