diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-10 21:55:17 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-10 21:55:17 +0200 |
commit | 50c7d27f6c1b41352fc845fd821012a9f4ef1f2c (patch) | |
tree | e3393c384d2c80640f6f6a13a7d542fb574b13b6 /include | |
parent | inttypes.h includes stdint.h (diff) | |
download | slibc-50c7d27f6c1b41352fc845fd821012a9f4ef1f2c.tar.gz slibc-50c7d27f6c1b41352fc845fd821012a9f4ef1f2c.tar.bz2 slibc-50c7d27f6c1b41352fc845fd821012a9f4ef1f2c.tar.xz |
inttypes.h defines wchar_t
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/inttypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inttypes.h b/include/inttypes.h index ea901f0..1380bc8 100644 --- a/include/inttypes.h +++ b/include/inttypes.h @@ -27,6 +27,7 @@ #define __NEED_intmax_t #define __NEED_imaxdiv_t +#define __NEED_wchar_t #include <bits/types.h> |