X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=compat%2Fhave_strcasestr.c;h=c0fb7629d8e410f3a372c5c365c722e2a17a4ee1;hb=HEAD;hp=3cd1838d950bd30c6239053a09d2a8f401f8b537;hpb=74a1b5ac65b31f7ebc1258b259b8c355023e21b4;p=notmuch 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 ()