mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-08 07:23:33 +00:00
8 lines
203 B
C
8 lines
203 B
C
|
#ifndef LIBC_ISYSTEM_UNISTD_H_
|
||
|
#define LIBC_ISYSTEM_UNISTD_H_
|
||
|
#include "libc/calls/calls.h"
|
||
|
#include "libc/calls/weirdtypes.h"
|
||
|
#include "libc/sysv/consts/fileno.h"
|
||
|
#include "libc/sysv/consts/o.h"
|
||
|
#endif
|