mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Few missing headers, in the <arpa/inet.h> inclusions ones mainly due to the fact APR_HAVE* constants are simply into apr.h
This commit is contained in:
committed by
Felipe Zimmerle
parent
b878ece6c6
commit
7ead7f4d23
@@ -19,6 +19,9 @@
|
||||
#ifdef WIN32
|
||||
#include <winsock2.h>
|
||||
#include <iphlpapi.h>
|
||||
#else
|
||||
#include <sys/ioctl.h>
|
||||
#include <netdb.h>
|
||||
#endif
|
||||
|
||||
#ifdef DARWIN
|
||||
|
Reference in New Issue
Block a user