diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-11-05 23:33:22 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-11-05 23:33:22 +0100 |
commit | 8a2dda312cc916e3ec3d0bc99850d9abe5ae6b92 (patch) | |
tree | 524a3bc33f9a75738425770f6987f245be9599bf /src | |
parent | e5a4d1d9e51509f94ffa0cce8ac411d6da7aab26 (diff) | |
download | curl-8a2dda312cc916e3ec3d0bc99850d9abe5ae6b92.tar.gz |
tool_strdup.c: include the tool strdup.h
... not the lib/ one that the tool no longer uses!
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_strdup.c | 2 |
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) |