mirror of
https://git.proxmox.com/git/wasi-libc
synced 2025-08-03 11:34:36 +00:00
12 lines
193 B
C
12 lines
193 B
C
#ifndef __wasm_sysroot_time_h
|
|
#define __wasm_sysroot_time_h
|
|
|
|
#define __need_size_t
|
|
#define __need_NULL
|
|
#include <stddef.h>
|
|
|
|
#include <__typedef_time_t.h>
|
|
#include <__struct_timespec.h>
|
|
|
|
#endif
|