X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=compat%2Fhave_strcasestr.c;h=8e004572dbf04865f538ba8d051b1745ae2fd495;hb=b21747e0c3b7e2a779f5fad10cef4c8fcf233ae4;hp=3cd1838d950bd30c6239053a09d2a8f401f8b537;hpb=60ddce8a161772583e8d223498997ee866d04ede;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 ()