X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=misc.h;h=f7713ac717df22e33fd48cfe1eabf9064af2126d;hb=b1c882049db5d6d7d5770134cd93e14934ace6c1;hp=fadd0ae072717bf2c31506dfdc0b1fd537f2a284;hpb=6f33a81fa948039f42f38cb96f736820be524539;p=pkg%2Fabook.git diff --git a/misc.h b/misc.h index fadd0ae..f7713ac 100644 --- a/misc.h +++ b/misc.h @@ -54,8 +54,8 @@ int snprintf (char *str, size_t count, const char *fmt, ...); #ifndef HAVE_VSNPRINTF int vsnprintf (char *str, size_t count, const char *fmt, va_list arg); #endif - +#ifndef HAVE_STRCASESTR +char *strcasestr(const char *, const char *); #endif - - +#endif