diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-10 21:53:51 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-10 21:53:51 +0200 |
commit | 181e7fdc0424908b1aab1988429e6a01a1561668 (patch) | |
tree | 8db3d2e41ff568a885ae97e368ff6fbbaa53d902 | |
parent | add abs, labs, llabs, and imaxabs (diff) | |
download | slibc-181e7fdc0424908b1aab1988429e6a01a1561668.tar.gz slibc-181e7fdc0424908b1aab1988429e6a01a1561668.tar.bz2 slibc-181e7fdc0424908b1aab1988429e6a01a1561668.tar.xz |
inttypes.h includes stdint.h
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | include/inttypes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/inttypes.h b/include/inttypes.h index 4530fef..ea901f0 100644 --- a/include/inttypes.h +++ b/include/inttypes.h @@ -21,6 +21,9 @@ #include <slibc/features.h> +#include <stdint.h> + + #define __NEED_intmax_t #define __NEED_imaxdiv_t |