X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=compat%2Fhave_strcasestr.c;fp=compat%2Fhave_strcasestr.c;h=8e004572dbf04865f538ba8d051b1745ae2fd495;hp=3cd1838d950bd30c6239053a09d2a8f401f8b537;hb=a84dc2f7e64e70bd9696efe933671b2cbdfcd329;hpb=9a1126241d6c4a12610b5de61044606352ca4712 diff --git a/compat/have_strcasestr.c b/compat/have_strcasestr.c index 3cd1838d..8e004572 100644 --- a/compat/have_strcasestr.c +++ b/compat/have_strcasestr.c @@ -1,5 +1,6 @@ #define _GNU_SOURCE -#include +#include /* strcasecmp() in POSIX */ +#include /* strcasecmp() in *BSD */ int main ()