aboutsummaryrefslogtreecommitdiff
path: root/locale/gen-translit.pl
diff options
context:
space:
mode:
Diffstat (limited to 'locale/gen-translit.pl')
-rw-r--r--locale/gen-translit.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/gen-translit.pl b/locale/gen-translit.pl
index d44310b3..5f30e30 100644
--- a/locale/gen-translit.pl
+++ b/locale/gen-translit.pl
@@ -53,6 +53,8 @@ while (<F>) {
}
}
+printf "#include <stdint.h>\n";
+
printf "#define NTRANSLIT %d\n", $#froms + 1;
printf "static const uint32_t translit_from_idx[] =\n{\n ";