From: Richard Russon Date: Mon, 18 Apr 2016 04:18:20 +0000 (+0100) Subject: build tweak to allow testing X-Git-Tag: neomutt-20160502~3^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc4c3517e4fe898e72f482d6f71437180afc4f9a;p=neomutt build tweak to allow testing --- diff --git a/protos.h b/protos.h index 889988fe6..0c93d4d56 100644 --- a/protos.h +++ b/protos.h @@ -566,6 +566,6 @@ char *mkdtemp (char *tmpl); size_t strnlen(const char *s, size_t maxlen); #endif -#ifndef HAVE_STRNDUP +#ifndef strndup char *strndup(const char *s, size_t n); #endif