oslib: make str* compat functions more uniform
[fio.git] / oslib / strcasestr.c
index 262660911cdfbb96c7cc43135f0d7d1fcf290ff7..5fa05fa1404ac1daa2f9d7e9be70962e9587eb35 100644 (file)
@@ -1,7 +1,8 @@
+#ifndef CONFIG_STRCASESTR
+
 #include <ctype.h>
 #include <stddef.h>
-
-#ifndef CONFIG_STRCASESTR
+#include "strcasestr.h"
 
 char *strcasestr(const char *s1, const char *s2)
 {