ape: include <sys/types.h> in <sys/wait.h> for pid_t (thanks jens staal)
This commit is contained in:
parent
a788f2000d
commit
16bbaa2014
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
||||||
#ifndef __WAIT_H
|
#ifndef __WAIT_H
|
||||||
#define __WAIT_H
|
#define __WAIT_H
|
||||||
|
|
||||||
|
#ifndef __TYPES_H
|
||||||
|
#include <sys/types.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#pragma lib "/$M/lib/ape/libap.a"
|
#pragma lib "/$M/lib/ape/libap.a"
|
||||||
|
|
||||||
/* flag bits for third argument of waitpid */
|
/* flag bits for third argument of waitpid */
|
||||||
|
|
Loading…
Reference in a new issue