summaryrefslogtreecommitdiff
path: root/lib/libc/regex/grot/main.c
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-12-13 21:15:03 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-12-13 21:15:03 +0000
commit8e16b9ba7eca3cbada08b3244557bb9949b10ccc (patch)
tree3705cab50e561b728e85c49dd6abc99e53d97881 /lib/libc/regex/grot/main.c
parent9f58d9fdb1c73d676978234aaf2a79e66cfa1b20 (diff)
Notes
Diffstat (limited to 'lib/libc/regex/grot/main.c')
-rw-r--r--lib/libc/regex/grot/main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/regex/grot/main.c b/lib/libc/regex/grot/main.c
index 5b50671b6511..eee541bac171 100644
--- a/lib/libc/regex/grot/main.c
+++ b/lib/libc/regex/grot/main.c
@@ -9,7 +9,9 @@ __FBSDID("$FreeBSD$");
#include <string.h>
#include <unistd.h>
+#include "debug.ih"
#include "main.ih"
+#include "split.ih"
char *progname;
int debug = 0;
@@ -22,9 +24,6 @@ regoff_t startoff = 0;
regoff_t endoff = 0;
-extern int split();
-extern void regprint();
-
/*
- main - do the simple case, hand off to regress() for regression
*/