mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
hostcheck: added a system include to define struct in_addr
This commit is contained in:
parent
7cb763cf57
commit
a8c7cf6281
@ -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…
Reference in New Issue
Block a user