summaryrefslogtreecommitdiffstats
path: root/usr.bin/unexpand
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-24 19:41:18 +0000
committerdd <dd@FreeBSD.org>2001-06-24 19:41:18 +0000
commit84f4d732c89abc03206b2d4ee238aae4c766d6e1 (patch)
treee5d0ffb6287d22728c56821f0fea346294beb466 /usr.bin/unexpand
parent953ac95a7db46a16c9b2097ab970fe255ccc83b0 (diff)
downloadFreeBSD-src-84f4d732c89abc03206b2d4ee238aae4c766d6e1.zip
FreeBSD-src-84f4d732c89abc03206b2d4ee238aae4c766d6e1.tar.gz
Include missing header files which define functions for which gcc has
builtins (e.g., exit). Submitted by: Mike Barcroft <mike@q9media.com>
Diffstat (limited to 'usr.bin/unexpand')
-rw-r--r--usr.bin/unexpand/unexpand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/unexpand/unexpand.c b/usr.bin/unexpand/unexpand.c
index ed05c85..2d548a0 100644
--- a/usr.bin/unexpand/unexpand.c
+++ b/usr.bin/unexpand/unexpand.c
@@ -50,6 +50,7 @@ static const char rcsid[] =
*/
#include <err.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
char genbuf[BUFSIZ];
OpenPOWER on IntegriCloud