mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Using full path in the header inclusion
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "unit/unit_test.h"
|
||||
#include "test/unit/unit_test.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
@@ -22,9 +22,9 @@
|
||||
#include <iostream>
|
||||
#include <iterator>
|
||||
|
||||
#include "common/colors.h"
|
||||
#include "test/common/colors.h"
|
||||
#include "src/utils/regex.h"
|
||||
#include "utils/msc_string.h"
|
||||
#include "src/utils/msc_string.h"
|
||||
|
||||
|
||||
using modsecurity::utils::String;
|
||||
|
Reference in New Issue
Block a user