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,14 +13,14 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/verify_cc.h"
|
||||
#include "src/operators/verify_cc.h"
|
||||
|
||||
#include <pcre.h>
|
||||
#include <iostream>
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#if PCRE_HAVE_JIT
|
||||
#define pcre_study_opt PCRE_STUDY_JIT_COMPILE
|
||||
|
Reference in New Issue
Block a user