mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
added APR_HAVE_ARPA_INET_H pre-compile macro
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include "msc_tree.h"
|
||||
#include "msc_crypt.h"
|
||||
|
||||
#if !defined(WIN32) || !defined(WINNT)
|
||||
#if APR_HAVE_ARPA_INET_H
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user