From f76754f3ea36122995d9b140a1a20eae9fb9accd Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Mon, 18 Apr 2016 05:18:20 +0100 Subject: [PATCH] build tweak to allow testing --- protos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos.h b/protos.h index 070f4e9f3..2afd0d6ca 100644 --- a/protos.h +++ b/protos.h @@ -568,6 +568,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 -- 2.40.0