mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Using full path in the header inclusion
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
/* Aho-Corasick Matching */
|
||||
|
||||
#include "acmp.h"
|
||||
#include "src/utils/acmp.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@@ -13,7 +13,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "utils/base64.h"
|
||||
#include "src/utils/base64.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@@ -13,9 +13,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "utils/decode.h"
|
||||
#include "src/utils/decode.h"
|
||||
#include "modsecurity/modsecurity.h"
|
||||
#include "utils/msc_string.h"
|
||||
#include "src/utils/msc_string.h"
|
||||
|
||||
|
||||
namespace modsecurity {
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
#include "utils/geo_lookup.h"
|
||||
#include "src/utils/geo_lookup.h"
|
||||
|
||||
#ifdef WITH_GEOIP
|
||||
#include <GeoIPCity.h>
|
||||
|
@@ -13,7 +13,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "utils/https_client.h"
|
||||
#include "src/utils/https_client.h"
|
||||
#include "src/config.h"
|
||||
|
||||
#ifdef MSC_WITH_CURL
|
||||
|
@@ -13,7 +13,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "utils/ip_tree.h"
|
||||
#include "src/utils/ip_tree.h"
|
||||
|
||||
#include <sys/socket.h>
|
||||
#include <sys/types.h>
|
||||
@@ -24,8 +24,8 @@
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
#include "utils/geo_lookup.h"
|
||||
#include "utils/https_client.h"
|
||||
#include "src/utils/geo_lookup.h"
|
||||
#include "src/utils/https_client.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace Utils {
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#define SRC_UTILS_IP_TREE_H_
|
||||
|
||||
#include "modsecurity/transaction.h"
|
||||
#include "utils/msc_tree.h"
|
||||
#include "src/utils/msc_tree.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace Utils {
|
||||
|
@@ -15,8 +15,8 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "actions/action.h"
|
||||
#include "actions/transformations/transformation.h"
|
||||
#include "src/actions/action.h"
|
||||
#include "src/actions/transformations/transformation.h"
|
||||
|
||||
#ifndef SRC_UTILS_MD5_H_
|
||||
#define SRC_UTILS_MD5_H_
|
||||
|
@@ -39,7 +39,7 @@
|
||||
|
||||
#include "modsecurity/modsecurity.h"
|
||||
|
||||
#include "utils/msc_string.h"
|
||||
#include "src/utils/msc_string.h"
|
||||
|
||||
|
||||
namespace modsecurity {
|
||||
|
@@ -19,7 +19,7 @@
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include "msc_tree.h"
|
||||
#include "src/utils/msc_tree.h"
|
||||
|
||||
extern "C" {
|
||||
|
||||
|
@@ -13,7 +13,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "utils/regex.h"
|
||||
#include "src/utils/regex.h"
|
||||
|
||||
#include <pcre.h>
|
||||
#include <sys/socket.h>
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
#include "utils/geo_lookup.h"
|
||||
#include "src/utils/geo_lookup.h"
|
||||
|
||||
#if PCRE_HAVE_JIT
|
||||
#define pcre_study_opt PCRE_STUDY_JIT_COMPILE
|
||||
|
Reference in New Issue
Block a user