oslib: make str* compat functions more uniform
[fio.git] / oslib / strcasestr.h
index 43d61df4daaca2d938cf50df8b3a57911001f38a..f13e929dddc9e21113bea493bf5d35f054e969cd 100644 (file)
@@ -1,8 +1,4 @@
-#ifdef CONFIG_STRCASESTR
-
-#include <string.h>
-
-#else
+#ifndef CONFIG_STRCASESTR
 
 #ifndef FIO_STRCASESTR_H
 #define FIO_STRCASESTR_H
@@ -10,4 +6,5 @@
 char *strcasestr(const char *haystack, const char *needle);
 
 #endif
+
 #endif