]> granicus.if.org Git - curl/commitdiff
tool_strdup.c: include the tool strdup.h
authorDaniel Stenberg <daniel@haxx.se>
Wed, 5 Nov 2014 22:33:22 +0000 (23:33 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 5 Nov 2014 22:33:22 +0000 (23:33 +0100)
... not the lib/ one that the tool no longer uses!

src/tool_strdup.c

index d661a82f7b5303ff73d6ddaad85e516be10e29fc..965675c3ddab6335ccb7953a2cc12b291e313751 100644 (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)