aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mk_cmds/utils.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-09-05 18:20:47 +0000
committerBruce Evans <bde@FreeBSD.org>1996-09-05 18:20:47 +0000
commit311fae7c8a1e7dcc695dfbda2cb81b9487446173 (patch)
tree053e47ed1ab7ee021729bbc476085e3dd32bd7b8 /usr.bin/mk_cmds/utils.c
parent1f36dc1f9e7692e2f2905c5cc43cfeb9060af397 (diff)
Notes
Diffstat (limited to 'usr.bin/mk_cmds/utils.c')
-rw-r--r--usr.bin/mk_cmds/utils.c3
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;