From 8a2dda312cc916e3ec3d0bc99850d9abe5ae6b92 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 5 Nov 2014 23:33:22 +0100 Subject: tool_strdup.c: include the tool strdup.h ... not the lib/ one that the tool no longer uses! --- src/tool_strdup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tool_strdup.c') diff --git a/src/tool_strdup.c b/src/tool_strdup.c index d661a82f7..965675c3d 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) -- cgit v1.2.3