mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
tool_strdup.c: include the tool strdup.h
... not the lib/ one that the tool no longer uses!
This commit is contained in:
parent
e5a4d1d9e5
commit
8a2dda312c
@ -19,7 +19,7 @@
|
||||
* KIND, either express or implied.
|
||||
*
|
||||
***************************************************************************/
|
||||
#include "strdup.h"
|
||||
#include "tool_strdup.h"
|
||||
|
||||
#ifndef HAVE_STRDUP
|
||||
char *strdup(const char *str)
|
||||
|
Loading…
Reference in New Issue
Block a user