From: Daniel Stenberg Date: Wed, 5 Nov 2014 22:33:22 +0000 (+0100) Subject: tool_strdup.c: include the tool strdup.h X-Git-Tag: curl-7_40_0~437 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a2dda312cc916e3ec3d0bc99850d9abe5ae6b92;p=thirdparty%2Fcurl.git tool_strdup.c: include the tool strdup.h ... not the lib/ one that the tool no longer uses! --- diff --git a/src/tool_strdup.c b/src/tool_strdup.c index d661a82f7b..965675c3dd 100644 --- a/src/tool_strdup.c +++ b/src/tool_strdup.c @@ -19,7 +19,7 @@ * KIND, either express or implied. * ***************************************************************************/ -#include "strdup.h" +#include "tool_strdup.h" #ifndef HAVE_STRDUP char *strdup(const char *str)