summaryrefslogtreecommitdiff
path: root/lib/libc/regex/grot/split.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/split.c
parent9f58d9fdb1c73d676978234aaf2a79e66cfa1b20 (diff)
Notes
Diffstat (limited to 'lib/libc/regex/grot/split.c')
-rw-r--r--lib/libc/regex/grot/split.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/regex/grot/split.c b/lib/libc/regex/grot/split.c
index 07ab8f1cdc28..c5d5264ab711 100644
--- a/lib/libc/regex/grot/split.c
+++ b/lib/libc/regex/grot/split.c
@@ -4,6 +4,8 @@ __FBSDID("$FreeBSD$");
#include <stdio.h>
#include <string.h>
+#include "split.ih"
+
/*
- split - divide a string into fields, like awk split()
== int split(char *string, char *fields[], int nfields, char *sep);