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,12 +13,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "actions/xmlns.h"
|
||||
#include "src/actions/xmlns.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
#include "actions/action.h"
|
||||
#include "src/actions/action.h"
|
||||
#include "modsecurity/transaction.h"
|
||||
|
||||
namespace modsecurity {
|
||||
|
||||
Reference in New Issue
Block a user