Improve the cosmocc toolchain

These changes were necessary to help Blink become buildable using
Cosmopolitan Libc.
This commit is contained in:
Justine Tunney 2023-01-05 12:20:52 -08:00
parent d73523864a
commit 416e173448
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
5 changed files with 9 additions and 4 deletions

View file

@ -0,0 +1,4 @@
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_NETINET_IP_H_
#define COSMOPOLITAN_LIBC_ISYSTEM_NETINET_IP_H_
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_NETINET_IP_H_ */

View file

@ -1,4 +1,5 @@
#ifndef LIBC_ISYSTEM_SYS_SYSINFO_H_
#define LIBC_ISYSTEM_SYS_SYSINFO_H_
#include "libc/calls/calls.h"
#include "libc/calls/struct/sysinfo.h"
#endif