From 03eb46d4be01d389ccb88778047e6639ae132e0c Mon Sep 17 00:00:00 2001
From: "Ryan S. Arnold" <rsa@linux.vnet.ibm.com>
Date: Wed, 1 May 2013 10:46:34 -0500
Subject: Add #include <stdint.h> for uint[32|64]_t usage (except installed
 headers).

---
 iconvdata/ibm922.h | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'iconvdata/ibm922.h')

diff --git a/iconvdata/ibm922.h b/iconvdata/ibm922.h
index 442bb3a..ad3c98f 100644
--- a/iconvdata/ibm922.h
+++ b/iconvdata/ibm922.h
@@ -17,6 +17,8 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+#include <stdint.h>
+
 static const uint32_t to_ucs4[256] =
 {
   [0x00] = 0x0000, [0x01] = 0x0001, [0x02] = 0x0002, [0x03] = 0x0003,
-- 
cgit v1.1