1
0
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:
Dan Fandrich 2014-03-26 22:27:34 +01:00
parent 7cb763cf57
commit a8c7cf6281

View File

@ -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"