aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/colcrt/colcrt.c
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-06-24 19:50:42 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-06-24 19:50:42 +0000
commit7a19d1bbb9f8fe580d509ad1caf8343e876fa045 (patch)
tree98072ccdbeeb48ed101ec6127193016cfb67132a /usr.bin/colcrt/colcrt.c
parent948a3f54a76846f76f78b9c712254e5b22df9fe2 (diff)
downloadsrc-7a19d1bbb9f8fe580d509ad1caf8343e876fa045.tar.gz
src-7a19d1bbb9f8fe580d509ad1caf8343e876fa045.zip
Include missing header files which define functions for which gcc has
builtins (e.g., exit, strcmp).
Notes
Notes: svn path=/head/; revision=78718
Diffstat (limited to 'usr.bin/colcrt/colcrt.c')
-rw-r--r--usr.bin/colcrt/colcrt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/colcrt/colcrt.c b/usr.bin/colcrt/colcrt.c
index fd1f4a35c6c2..77cc0d276dbc 100644
--- a/usr.bin/colcrt/colcrt.c
+++ b/usr.bin/colcrt/colcrt.c
@@ -47,6 +47,7 @@ static const char rcsid[] =
#include <err.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <unistd.h>
/*