Commit 32eadfe4 authored by Dave Yeo's avatar Dave Yeo Committed by Michael Niedermayer

libavutil/threads.h: correct an include to be local

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 090a7801
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment