tool_strdup.c: include the tool strdup.h

... not the lib/ one that the tool no longer uses!
This commit is contained in:
Daniel Stenberg 2014-11-05 23:33:22 +01:00
parent e5a4d1d9e5
commit 8a2dda312c

View File

@ -19,7 +19,7 @@
* KIND, either express or implied.
*
***************************************************************************/
#include "strdup.h"
#include "tool_strdup.h"
#ifndef HAVE_STRDUP
char *strdup(const char *str)