summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/pcre/pcre_newline.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/pcre/pcre_newline.c')
-rw-r--r--src/3rdparty/pcre/pcre_newline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/pcre/pcre_newline.c b/src/3rdparty/pcre/pcre_newline.c
index 71535b83e1..b8f5a4de19 100644
--- a/src/3rdparty/pcre/pcre_newline.c
+++ b/src/3rdparty/pcre/pcre_newline.c
@@ -47,7 +47,7 @@ and NLTYPE_ANY. The full list of Unicode newline characters is taken from
http://unicode.org/unicode/reports/tr18/. */
-#ifdef PCRE_HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
#include "config.h"
#endif