Commit 8a2dda31 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

tool_strdup.c: include the tool strdup.h

... not the lib/ one that the tool no longer uses!
parent e5a4d1d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
 * KIND, either express or implied.
 *
 ***************************************************************************/
#include "strdup.h"
#include "tool_strdup.h"

#ifndef HAVE_STRDUP
char *strdup(const char *str)