mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Inclusion of <extra/stricmp.h> and <extra/strdup.h> is moved to lib/setup.h
This commit is contained in:
parent
2a585c2fba
commit
1cfb73a129
@ -71,5 +71,5 @@
|
||||
#define SEND_TYPE_ARG4 int
|
||||
#define SEND_TYPE_RETV ssize_t
|
||||
|
||||
#include <extra/stricmp.h>
|
||||
#include <extra/strdup.h>
|
||||
#define HAVE_EXTRA_STRICMP_H 1
|
||||
#define HAVE_EXTRA_STRDUP_H 1
|
||||
|
@ -165,6 +165,14 @@
|
||||
#define _REENTRANT
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_EXTRA_STRICMP_H
|
||||
# include <extra/stricmp.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_EXTRA_STRDUP_H
|
||||
# include <extra/strdup.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#ifdef HAVE_ASSERT_H
|
||||
#include <assert.h>
|
||||
|
Loading…
Reference in New Issue
Block a user