aboutsummaryrefslogtreecommitdiff
path: root/src/tool_strdup.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-11-05 23:33:22 +0100
committerDaniel Stenberg <daniel@haxx.se>2014-11-05 23:33:22 +0100
commit8a2dda312cc916e3ec3d0bc99850d9abe5ae6b92 (patch)
tree524a3bc33f9a75738425770f6987f245be9599bf /src/tool_strdup.c
parente5a4d1d9e51509f94ffa0cce8ac411d6da7aab26 (diff)
tool_strdup.c: include the tool strdup.h
... not the lib/ one that the tool no longer uses!
Diffstat (limited to 'src/tool_strdup.c')
-rw-r--r--src/tool_strdup.c2
1 files changed, 1 insertions, 1 deletions
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)