diff options
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/thread.h b/libavutil/thread.h index 07e3d4ac45..35565440f2 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 |