aboutsummaryrefslogtreecommitdiff
path: root/compat/strcasestr.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/strcasestr.c')
-rw-r--r--compat/strcasestr.c2
1 files changed, 2 insertions, 0 deletions
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 <ctype.h>
#include <string.h>
+#include "compat.h"
+
/*
* Find the first occurrence of find in s, ignore case.
*/