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