summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/pcre/pcre_byte_order.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/pcre/pcre_byte_order.c')
-rw-r--r--src/3rdparty/pcre/pcre_byte_order.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/pcre/pcre_byte_order.c b/src/3rdparty/pcre/pcre_byte_order.c
index 4ce674b0c0..cf5f12b04e 100644
--- a/src/3rdparty/pcre/pcre_byte_order.c
+++ b/src/3rdparty/pcre/pcre_byte_order.c
@@ -43,7 +43,7 @@ see if it was compiled with the opposite endianness. If so, it uses an
auxiliary local function to flip the appropriate bytes. */
-#ifdef PCRE_HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
#include "config.h"
#endif