diff options
Diffstat (limited to 'include/stdint.h')
-rw-r--r-- | include/stdint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdint.h b/include/stdint.h index dea83c8226a..90fd2bdee08 100644 --- a/include/stdint.h +++ b/include/stdint.h @@ -9,6 +9,6 @@ #ifndef __UB_STDINT_H #define __UB_STDINT_H -#define UINT8_MAX 0xff +#include <limits.h> #endif |