mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 18:05:28 +03:00
Using full path in the header inclusion
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "actions/transformations/css_decode.h"
|
||||
#include "src/actions/transformations/css_decode.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <locale>
|
||||
|
||||
#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