1 #ifndef __wasilibc_sys_types_h
2 #define __wasilibc_sys_types_h
3 
4 #define __need_size_t
5 #include <stddef.h>
6 
7 #include <__typedef_clock_t.h>
8 #include <__typedef_time_t.h>
9 #include <__typedef_blksize_t.h>
10 #include <__typedef_off_t.h>
11 #include <__typedef_ssize_t.h>
12 #include <__typedef_suseconds_t.h>
13 #include <__typedef_nlink_t.h>
14 #include <__typedef_clockid_t.h>
15 
16 #endif
17