diff --git a/userspace/libraries/LibC/include/sys/types.h b/userspace/libraries/LibC/include/sys/types.h index 17e8d401..89df4b8e 100644 --- a/userspace/libraries/LibC/include/sys/types.h +++ b/userspace/libraries/LibC/include/sys/types.h @@ -185,6 +185,8 @@ __BEGIN_DECLS typedef int bits32_t; typedef unsigned int u_bits32_t; typedef char* bits64_t; + typedef unsigned char u_char; + typedef unsigned short u_short; typedef unsigned int u_int; typedef unsigned long u_long; #endif