summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/pcre/pcre_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/pcre/pcre_config.c')
-rw-r--r--src/3rdparty/pcre/pcre_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/pcre/pcre_config.c b/src/3rdparty/pcre/pcre_config.c
index 0ae23fdc9b..1cbdd9c960 100644
--- a/src/3rdparty/pcre/pcre_config.c
+++ b/src/3rdparty/pcre/pcre_config.c
@@ -41,7 +41,7 @@ POSSIBILITY OF SUCH DAMAGE.
/* This module contains the external function pcre_config(). */
-#ifdef PCRE_HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
#include "config.h"
#endif