mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Using full path in the header inclusion
This commit is contained in:
@@ -13,12 +13,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/detect_sqli.h"
|
||||
#include "src/operators/detect_sqli.h"
|
||||
|
||||
#include <string>
|
||||
#include <list>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "others/libinjection/src/libinjection.h"
|
||||
|
||||
namespace modsecurity {
|
||||
|
Reference in New Issue
Block a user