summaryrefslogtreecommitdiff
path: root/builtin/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtin/stdint.h')
-rw-r--r--builtin/stdint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/builtin/stdint.h b/builtin/stdint.h
index 75cf8d8ebf..f80a46f1a5 100644
--- a/builtin/stdint.h
+++ b/builtin/stdint.h
@@ -21,6 +21,8 @@ typedef signed long long int64_t;
typedef int intptr_t;
typedef unsigned int uintptr_t;
+typedef uint8_t uint_least8_t;
+
#ifndef UINT16_MAX
#define UINT16_MAX (65535U)
#endif