X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=compat%2Fcompat.h;h=173ef680ceb8d9d9d67833fcd9db6e10ea4382aa;hp=d639e0f934cec2b91ebab85574f75490fb8f347f;hb=d09154465aeae727e93a4abf54ff8f3bf0bdab76;hpb=e72a6176e3fc3fcf4b1696e3f0ee9cf66509fb4d;ds=sidebyside diff --git a/compat/compat.h b/compat/compat.h index d639e0f9..173ef680 100644 --- a/compat/compat.h +++ b/compat/compat.h @@ -38,4 +38,8 @@ getdelim (char **lineptr, size_t *n, int delimiter, FILE *fp); #endif /* !HAVE_GETLINE */ +#if !HAVE_STRCASESTR +char* strcasestr(const char *haystack, const char *needle); +#endif /* !HAVE_STRCASESTR */ + #endif /* NOTMUCH_COMPAT_H */