2020-06-15 14:18:57 +00:00
|
|
|
#ifndef LIBC_ISYSTEM_SYS_WAIT_H_
|
|
|
|
#define LIBC_ISYSTEM_SYS_WAIT_H_
|
|
|
|
#include "libc/calls/calls.h"
|
2021-08-15 00:16:33 +00:00
|
|
|
#include "libc/calls/weirdtypes.h"
|
2020-06-15 14:18:57 +00:00
|
|
|
#include "libc/sysv/consts/w.h"
|
|
|
|
#endif
|