diff --git a/libavutil/thread.h b/libavutil/thread.h index 07e3d4ac45fbd68025f35e6848834780bda0da2d..35565440f2dcbfae7447b5e82ac03d6baa196901 100644 --- a/libavutil/thread.h +++ b/libavutil/thread.h @@ -29,7 +29,7 @@ #if HAVE_PTHREADS #include <pthread.h> #else -#include <compat/w32pthreads.h> +#include "compat/w32pthreads.h" #endif #define AVMutex pthread_mutex_t