summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/pcre/pcre_globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/pcre/pcre_globals.c')
-rw-r--r--src/3rdparty/pcre/pcre_globals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/pcre/pcre_globals.c b/src/3rdparty/pcre/pcre_globals.c
index 8e02bbc728..0f106aa901 100644
--- a/src/3rdparty/pcre/pcre_globals.c
+++ b/src/3rdparty/pcre/pcre_globals.c
@@ -52,7 +52,7 @@ a local function is used.
Also, when compiling for Virtual Pascal, things are done differently, and
global variables are not used. */
-#ifdef PCRE_HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
#include "config.h"
#endif