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/strcasestr.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compat/strcasestr.c') diff --git a/compat/strcasestr.c b/compat/strcasestr.c index aa74c017..8679cf88 100644 --- a/compat/strcasestr.c +++ b/compat/strcasestr.c @@ -36,6 +36,8 @@ #include #include +#include "compat.h" + /* * Find the first occurrence of find in s, ignore case. */ -- cgit