mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Updates the libinjection
Windows compilation was failing due to the utilization of size_t which is part of the strings.h. strings.h was not part of windows and so the compilation was failing. This update fix that. Issue #65 on libinjection: https://github.com/client9/libinjection/issues/65
This commit is contained in:
@@ -7,7 +7,7 @@ extern "C" {
|
||||
|
||||
/* pull in size_t */
|
||||
|
||||
#include <strings.h>
|
||||
#include <stddef.h>
|
||||
|
||||
enum html5_type {
|
||||
DATA_TEXT
|
||||
|
Reference in New Issue
Block a user