X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=oslib%2Fstrcasestr.h;h=f13e929dddc9e21113bea493bf5d35f054e969cd;hb=4c29a34fcc8cae333ec8b7af7657495745153b44;hp=43d61df4daaca2d938cf50df8b3a57911001f38a;hpb=984f30c9756b50c1507b287c71243e2c06efff16;p=fio.git diff --git a/oslib/strcasestr.h b/oslib/strcasestr.h index 43d61df4..f13e929d 100644 --- a/oslib/strcasestr.h +++ b/oslib/strcasestr.h @@ -1,8 +1,4 @@ -#ifdef CONFIG_STRCASESTR - -#include - -#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