mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Fix windows error compilation
This commit is contained in:
parent
4ab785c192
commit
04fa8bbd0e
@ -16,7 +16,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#if !defined(WIN32) || !defined(WINNT)
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
#include "apr_lib.h"
|
||||
#include "msc_util.h"
|
||||
#include "msc_tree.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user