diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-09-05 18:20:47 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-09-05 18:20:47 +0000 |
| commit | 311fae7c8a1e7dcc695dfbda2cb81b9487446173 (patch) | |
| tree | 053e47ed1ab7ee021729bbc476085e3dd32bd7b8 | |
| parent | 1f36dc1f9e7692e2f2905c5cc43cfeb9060af397 (diff) | |
Notes
| -rw-r--r-- | usr.bin/mk_cmds/utils.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mk_cmds/utils.c b/usr.bin/mk_cmds/utils.c index f1685e848e921..e46afce9aa854 100644 --- a/usr.bin/mk_cmds/utils.c +++ b/usr.bin/mk_cmds/utils.c @@ -4,13 +4,12 @@ * For copyright information, see copyright.h. */ -#include <string.h> +#include <stdlib.h> #include "copyright.h" #include "ss_internal.h" /* includes stdio and string */ extern FILE *output_file; -extern int exit(); char *gensym(), *str_concat3(), *quote(), *ds(); extern long gensym_n; |
