aboutsummaryrefslogtreecommitdiff
path: root/osdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep.h')
-rw-r--r--osdep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep.h b/osdep.h
index 095407dd7d..9db8766964 100644
--- a/osdep.h
+++ b/osdep.h
@@ -14,6 +14,7 @@
/* [u]int_fast*_t not in <sys/int_types.h> */
typedef unsigned char uint_fast8_t;
typedef unsigned int uint_fast16_t;
+typedef signed int int_fast16_t;
#endif
#ifndef glue