From 71a9677f3812cfa5b2b6fdb6b219770fdbece8c1 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Mon, 6 Feb 2017 17:55:15 -0300 Subject: [PATCH] Adds configure.h to system.cc in oder to read the MACOSX def --- src/utils/system.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/system.cc b/src/utils/system.cc index b9049ab2..7099286c 100644 --- a/src/utils/system.cc +++ b/src/utils/system.cc @@ -34,6 +34,7 @@ #endif #include "src/utils/system.h" +#include "src/config.h" namespace modsecurity { namespace utils {