summaryrefslogtreecommitdiff
path: root/libavutil/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/thread.h')
-rw-r--r--libavutil/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/thread.h b/libavutil/thread.h
index a004fba3c8..973366182e 100644
--- a/libavutil/thread.h
+++ b/libavutil/thread.h
@@ -31,7 +31,7 @@
#elif HAVE_OS2THREADS
#include "compat/os2threads.h"
#else
-#include <compat/w32pthreads.h>
+#include "compat/w32pthreads.h"
#endif
#define AVMutex pthread_mutex_t