cosmopolitan/libc/isystem/sys/sysinfo.h
Justine Tunney 416e173448
Improve the cosmocc toolchain
These changes were necessary to help Blink become buildable using
Cosmopolitan Libc.
2023-01-05 12:20:52 -08:00

5 lines
148 B
C

#ifndef LIBC_ISYSTEM_SYS_SYSINFO_H_
#define LIBC_ISYSTEM_SYS_SYSINFO_H_
#include "libc/calls/calls.h"
#include "libc/calls/struct/sysinfo.h"
#endif