Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
* KIND, either express or implied.
*
***************************************************************************/
#include "strdup.h"
#include "tool_strdup.h"
#ifndef HAVE_STRDUP
char *strdup(const char *str)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment