Commit a8c7cf62 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

hostcheck: added a system include to define struct in_addr

parent 7cb763cf
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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"