From 0d4345a9bf2623df079c50a3bc73cbb7deca1176 Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Wed, 17 Jul 2019 11:30:07 +0800 Subject: Added C++ support, updated build instructions and makefiles, consolidated libc and libgcc (during build process), libraries now v0.12b and more --- libpsn00b/include/sys/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libpsn00b/include/sys') diff --git a/libpsn00b/include/sys/types.h b/libpsn00b/include/sys/types.h index 2f30a5f..c412700 100644 --- a/libpsn00b/include/sys/types.h +++ b/libpsn00b/include/sys/types.h @@ -6,4 +6,6 @@ typedef unsigned short u_short; typedef unsigned int u_int; typedef unsigned long u_long; +typedef unsigned int size_t; + #endif // _TYPES_H \ No newline at end of file -- cgit v1.2.3