about summary refs log tree commit diff
path: root/locale/gen-translit.pl
diff options
context:
space:
mode:
authorRyan S. Arnold <rsa@linux.vnet.ibm.com>2013-06-05 10:28:33 -0500
committerRyan S. Arnold <rsa@linux.vnet.ibm.com>2013-06-05 12:01:50 -0500
commit869378a5bf1d415f52c14d9697b886d8143a73e1 (patch)
tree4c2fd9fc3080f1867318652e6c1493fb0ed5407a /locale/gen-translit.pl
parent840e2943e8ae020adfa7eafa7877f004e7ecada1 (diff)
downloadglibc-869378a5bf1d415f52c14d9697b886d8143a73e1.tar.gz
glibc-869378a5bf1d415f52c14d9697b886d8143a73e1.tar.xz
glibc-869378a5bf1d415f52c14d9697b886d8143a73e1.zip
Add #include <stdint.h> to locale/gen-translit.pl and fix C-translit.h.
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 d44310b316..5f30e30851 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  ";