aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/pcre/pcre_chartables.c
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/pcre/pcre_chartables.c')
-rw-r--r--erts/emulator/pcre/pcre_chartables.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/erts/emulator/pcre/pcre_chartables.c b/erts/emulator/pcre/pcre_chartables.c
index b3d9020f25..06482c08d2 100644
--- a/erts/emulator/pcre/pcre_chartables.c
+++ b/erts/emulator/pcre/pcre_chartables.c
@@ -19,7 +19,9 @@ array definition from the final binary if PCRE is built into a static library
and dead code stripping is activated. This leads to link errors. Pulling in the
header ensures that the array gets flagged as "someone outside this compilation
unit might reference this" and so it will always be supplied to the linker. */
+
/* %ExternalCopyright% */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif