From 16bbaa20140a575efbae7336cef6eb2484a0f367 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Wed, 27 May 2015 21:48:42 +0200 Subject: [PATCH] ape: include in for pid_t (thanks jens staal) --- sys/include/ape/sys/wait.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys/include/ape/sys/wait.h b/sys/include/ape/sys/wait.h index 8cc9e55a1..b2c307f1f 100644 --- a/sys/include/ape/sys/wait.h +++ b/sys/include/ape/sys/wait.h @@ -1,5 +1,10 @@ #ifndef __WAIT_H #define __WAIT_H + +#ifndef __TYPES_H +#include +#endif + #pragma lib "/$M/lib/ape/libap.a" /* flag bits for third argument of waitpid */