diff --git a/testing/av_test.c b/testing/av_test.c index e724bb0e..c370a66f 100644 --- a/testing/av_test.c +++ b/testing/av_test.c @@ -50,6 +50,8 @@ #ifdef __APPLE__ #include #define pthread_yield sched_yield +#else +#include #endif #define c_sleep(x) usleep(1000*x)