diff options
Diffstat (limited to 'missing')
-rw-r--r-- | missing/strsep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/missing/strsep.c b/missing/strsep.c index bcce4c46..a1e6b301 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. |