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)
|
defined(USE_GSKIT)
|
||||||
/* these backends use functions from this file */
|
/* these backends use functions from this file */
|
||||||
|
|
||||||
|
#ifdef HAVE_NETINET_IN_H
|
||||||
|
#include <netinet/in.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "hostcheck.h"
|
#include "hostcheck.h"
|
||||||
#include "rawstr.h"
|
#include "rawstr.h"
|
||||||
#include "inet_pton.h"
|
#include "inet_pton.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user