diff --git a/gcc/gthr-posix.h b/gcc/gthr-posix.h index 364473dbdae..7b92316055a 100644 --- a/gcc/gthr-posix.h +++ b/gcc/gthr-posix.h @@ -90,6 +90,13 @@ __gthread_active_p (void) #ifdef _LIBOBJC +/* This is the config.h file in libobjc/ */ +#include + +#ifdef HAVE_SCHED_H +# include +#endif + /* Key structure for maintaining thread specific storage */ static pthread_key_t _objc_thread_storage; static pthread_attr_t _objc_thread_attribs;