aboutsummaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index f980987..90efef8 100644
--- a/utf8.c
+++ b/utf8.c
@@ -148,7 +148,7 @@ struct caseextmap {
};
/* Generated mapping tables */
-#include "unicode_mapping.c"
+#include "_unicode_mapping.c"
#define NUMCASEMAP sizeof(unicode_case_mapping) / sizeof(*unicode_case_mapping)