diff --git a/lib/easy_lock.h b/lib/easy_lock.h --- a/lib/easy_lock.h +++ b/lib/easy_lock.h @@ -36,6 +36,9 @@ #elif defined (HAVE_ATOMIC) #include +#if defined(HAVE_SCHED_YIELD) +#include +#endif #define curl_simple_lock atomic_bool #define CURL_SIMPLE_LOCK_INIT false