mirror of
https://github.com/curl/curl.git
synced 2026-07-16 03:17:15 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue