We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3fbc3 commit e350ea4Copy full SHA for e350ea4
src/operators/verify_cc.h
@@ -16,6 +16,10 @@
16
#ifndef SRC_OPERATORS_VERIFY_CC_H_
17
#define SRC_OPERATORS_VERIFY_CC_H_
18
19
+#if HAVE_CONFIG_H
20
+#include "src/config.h"
21
+#endif
22
+
23
#if WITH_PCRE2
24
#define PCRE2_CODE_UNIT_WIDTH 8
25
#include <pcre2.h>
src/utils/regex.h
@@ -12,6 +12,14 @@
12
* directly using the email address security@modsecurity.org.
13
*
14
*/
15
+#ifndef SRC_UTILS_REGEX_H_
+#define SRC_UTILS_REGEX_H_
@@ -25,9 +33,6 @@
33
#include <list>
26
34
#include <vector>
27
35
28
-#ifndef SRC_UTILS_REGEX_H_
29
-#define SRC_UTILS_REGEX_H_
30
-
31
36
32
37
namespace modsecurity {
38
namespace Utils {
0 commit comments