From 869378a5bf1d415f52c14d9697b886d8143a73e1 Mon Sep 17 00:00:00 2001 From: "Ryan S. Arnold" <rsa@linux.vnet.ibm.com> Date: Wed, 5 Jun 2013 10:28:33 -0500 Subject: Add #include <stdint.h> to locale/gen-translit.pl and fix C-translit.h. --- locale/C-translit.h | 1 - 1 file changed, 1 deletion(-) (limited to 'locale/C-translit.h') diff --git a/locale/C-translit.h b/locale/C-translit.h index 98f66e28fc..fdd4450050 100644 --- a/locale/C-translit.h +++ b/locale/C-translit.h @@ -1,5 +1,4 @@ #include <stdint.h> - #define NTRANSLIT 1355 static const uint32_t translit_from_idx[] = { -- cgit v1.2.1