From e10e6651b50b4087f08813f3e503620db7413d3a Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 1 Dec 2014 14:15:36 +0100 Subject: [PATCH] thread: use "" instead of <> for including the w32pthreads wrapper Found-by: Dave Yeo --- libavutil/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #else -#include +#include "compat/w32pthreads.h" #endif #define AVMutex pthread_mutex_t