summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/pcre/pcre_ord2utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/pcre/pcre_ord2utf8.c')
-rw-r--r--src/3rdparty/pcre/pcre_ord2utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/pcre/pcre_ord2utf8.c b/src/3rdparty/pcre/pcre_ord2utf8.c
index dc250c8ca8..95f1beb963 100644
--- a/src/3rdparty/pcre/pcre_ord2utf8.c
+++ b/src/3rdparty/pcre/pcre_ord2utf8.c
@@ -41,7 +41,7 @@ POSSIBILITY OF SUCH DAMAGE.
/* This file contains a private PCRE function that converts an ordinal
character value into a UTF8 string. */
-#ifdef PCRE_HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
#include "config.h"
#endif