mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-16 08:27:10 +03:00
Using full path in the header inclusion
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "actions/transformations/sql_hex_decode.h"
|
||||
#include "src/actions/transformations/sql_hex_decode.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
@@ -24,7 +24,7 @@
|
||||
#include <cstring>
|
||||
|
||||
#include "modsecurity/transaction.h"
|
||||
#include "actions/transformations/transformation.h"
|
||||
#include "src/actions/transformations/transformation.h"
|
||||
#include "src/utils/msc_string.h"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user