diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 19:50:42 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 19:50:42 +0000 |
commit | 7a19d1bbb9f8fe580d509ad1caf8343e876fa045 (patch) | |
tree | 98072ccdbeeb48ed101ec6127193016cfb67132a /usr.bin/colcrt/colcrt.c | |
parent | 948a3f54a76846f76f78b9c712254e5b22df9fe2 (diff) | |
download | src-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.c | 1 |
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> /* |