From 640666fb36d7465b188f9d0bedc83ad60b83a1d7 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 17 Mar 2017 14:55:33 +0000 Subject: Fix some warnings. --- compat/strsep.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compat/strsep.c') 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 #include +#include "compat.h" + /* * Get next token from string *stringp, where tokens are possibly-empty * strings separated by characters from delim. -- cgit