diff --git a/sys/posix/pthread/include/pthread_cond.h b/sys/posix/pthread/include/pthread_cond.h index a72233c26f..30c9d626af 100644 --- a/sys/posix/pthread/include/pthread_cond.h +++ b/sys/posix/pthread/include/pthread_cond.h @@ -24,6 +24,10 @@ # include "msp430_types.h" #endif +#if defined(__MACH__) +typedef int clockid_t; +#endif + #ifdef __cplusplus extern "C" { #endif