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