summaryrefslogtreecommitdiffstats
path: root/usr.bin/gencat
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/gencat
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/gencat')
-rw-r--r--usr.bin/gencat/gencat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/gencat/gencat.c b/usr.bin/gencat/gencat.c
index f82a74b..ead70d6 100644
--- a/usr.bin/gencat/gencat.c
+++ b/usr.bin/gencat/gencat.c
@@ -37,6 +37,8 @@ up-to-date. Many thanks.
#include <sys/stat.h>
#include <err.h>
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
#include "gencat.h"
OpenPOWER on IntegriCloud