aboutsummaryrefslogtreecommitdiff
path: root/compat/strsep.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/strsep.c')
-rw-r--r--compat/strsep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/strsep.c b/compat/strsep.c
index c44bc5b2..58584587 100644
--- a/compat/strsep.c
+++ b/compat/strsep.c
@@ -32,6 +32,8 @@
#include <string.h>
#include <stdio.h>
+#include "compat.h"
+
/*
* Get next token from string *stringp, where tokens are possibly-empty
* strings separated by characters from delim.