--- SheepShaver/src/Unix/sysdeps.h 2004/01/26 13:52:31 1.23 +++ SheepShaver/src/Unix/sysdeps.h 2004/02/24 23:09:39 1.24 @@ -44,6 +44,10 @@ #include #include +#ifdef HAVE_PTHREADS +# include +#endif + #ifdef HAVE_FCNTL_H # include #endif @@ -356,8 +360,10 @@ typedef struct timeval tm_time_t; extern uint64 GetTicks_usec(void); extern void Delay_usec(uint32 usec); +#ifdef HAVE_PTHREADS // Setup pthread attributes extern void Set_pthread_attr(pthread_attr_t *attr, int priority); +#endif // Various definitions typedef struct rgb_color {