mirror of
https://github.com/curl/curl.git
synced 2026-05-30 19:07:27 +03:00
hostcheck: added a system include to define struct in_addr
This commit is contained in:
parent
7cb763cf57
commit
a8c7cf6281
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,10 @@
|
|||
defined(USE_GSKIT)
|
||||
/* these backends use functions from this file */
|
||||
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
#include "hostcheck.h"
|
||||
#include "rawstr.h"
|
||||
#include "inet_pton.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue