mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24: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
@@ -22,6 +22,10 @@
|
||||
#include "msc_release.h"
|
||||
#include "msc_util.h"
|
||||
|
||||
#include <apr.h>
|
||||
#if APR_HAVE_ARPA_INET_H
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
#include <apr_lib.h>
|
||||
#include <apr_sha1.h>
|
||||
#include "modsecurity_config.h"
|
||||
|
Reference in New Issue
Block a user