diff options
author | Warner Losh <imp@FreeBSD.org> | 2003-06-09 06:16:18 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2003-06-09 06:16:18 +0000 |
commit | f2303cfb6eb64e8ffc55d3b126e04f08884f93aa (patch) | |
tree | 5e6888d530e95c3f82bc6b9ffb7ff30445e0c354 /usr.sbin | |
parent | f8ba13e9964871f7b9b9f7dfd4a3fbfac06c74b5 (diff) | |
download | src-f2303cfb6eb64e8ffc55d3b126e04f08884f93aa.tar.gz src-f2303cfb6eb64e8ffc55d3b126e04f08884f93aa.zip |
Include stdlib.h for exit declaration
Notes
Notes:
svn path=/head/; revision=116072
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pccard/pccardc/pccardmem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pccard/pccardc/pccardmem.c b/usr.sbin/pccard/pccardc/pccardmem.c index 2b79e581e85e..0b1d1764c16d 100644 --- a/usr.sbin/pccard/pccardc/pccardmem.c +++ b/usr.sbin/pccard/pccardc/pccardmem.c @@ -32,6 +32,7 @@ static const char rcsid[] = #include <err.h> #include <fcntl.h> #include <stdio.h> +#include <stdlib.h> #include <sys/types.h> #include <sys/ioctl.h> |