summaryrefslogtreecommitdiff
path: root/missing/strsep.c
diff options
context:
space:
mode:
authorPatrick Kelsey <pkelsey@FreeBSD.org>2015-07-06 02:16:08 +0000
committerPatrick Kelsey <pkelsey@FreeBSD.org>2015-07-06 02:16:08 +0000
commit7041091186ddb72670e3e2d8254859ed31d3f2e6 (patch)
treea4829ce6205db3fdb0e6cebd0d396f5c4094bb3b /missing/strsep.c
parentd3b6650ba68c44e3a488aac17bbe56d0cd0e870d (diff)
Diffstat (limited to 'missing/strsep.c')
-rw-r--r--missing/strsep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/missing/strsep.c b/missing/strsep.c
index bcce4c46861a9..a1e6b3017b6f3 100644
--- a/missing/strsep.c
+++ b/missing/strsep.c
@@ -39,6 +39,8 @@
#include <string.h>
+#include "interface.h"
+
/*
* Get next token from string *stringp, where tokens are possibly-empty
* strings separated by characters from delim.