ape: include <sys/types.h> in <sys/wait.h> for pid_t (thanks jens staal)

This commit is contained in:
cinap_lenrek 2015-05-27 21:48:42 +02:00
parent a788f2000d
commit 16bbaa2014

View file

@ -1,5 +1,10 @@
#ifndef __WAIT_H
#define __WAIT_H
#ifndef __TYPES_H
#include <sys/types.h>
#endif
#pragma lib "/$M/lib/ape/libap.a"
/* flag bits for third argument of waitpid */