blob: f4906958d3b687711ea12a0b84dbe9fff46a79d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** unitypes.in.h.orig 2009-04-05 19:30:36.000000000 +0200
--- unitypes.in.h 2009-04-10 16:22:07.000000000 +0200
***************
*** 18,24 ****
#define _UNITYPES_H
/* Get uint8_t, uint16_t, uint32_t. */
! #include <stdint.h>
/* Type representing a Unicode character. */
typedef uint32_t ucs4_t;
--- 18,24 ----
#define _UNITYPES_H
/* Get uint8_t, uint16_t, uint32_t. */
! #include <unistring/stdint.h>
/* Type representing a Unicode character. */
typedef uint32_t ucs4_t;
|