Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
caa8ca7c
Commit
caa8ca7c
authored
Oct 07, 2004
by
Andy Cedilnik
Browse files
COMP: Fix hostent redefined warning
parent
87c27b6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/CTest/Curl/hostip.h
View file @
caa8ca7c
...
...
@@ -26,6 +26,10 @@
#include
"setup.h"
#include
"hash.h"
#ifdef HAVE_NETDB_H
#include
<netdb.h>
#endif
/*
* Setup comfortable CURLRES_* defines to use in the host*.c sources.
*/
...
...
@@ -106,7 +110,6 @@ typedef struct Curl_addrinfo Curl_addrinfo;
#endif
struct
addrinfo
;
struct
hostent
;
struct
SessionHandle
;
struct
connectdata
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment