aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/u.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/u.h b/include/u.h
index 0e56f98b..58b29ca8 100644
--- a/include/u.h
+++ b/include/u.h
@@ -163,6 +163,8 @@ typedef u16int uint16;
typedef s16int int16;
typedef u64int uint64;
typedef s64int int64;
+typedef u8int uint8;
+typedef s8int int8;
#undef _NEEDUCHAR
#undef _NEEDUSHORT