summaryrefslogtreecommitdiff
path: root/builtin/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtin/stdint.h')
-rw-r--r--builtin/stdint.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/builtin/stdint.h b/builtin/stdint.h
index ada936c2d3..dedc9de475 100644
--- a/builtin/stdint.h
+++ b/builtin/stdint.h
@@ -57,6 +57,9 @@ typedef int64_t int_fast64_t;
#ifndef INT16_MAX
#define INT16_MAX (32767U)
#endif
+#ifndef INT16_MIN
+#define INT16_MIN (-32768)
+#endif
#ifndef UINT32_MAX
#define UINT32_MAX (4294967295U)