diff options
author | Dave Yeo <dave.r.yeo@gmail.com> | 2014-11-28 23:36:06 -0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-11-29 11:56:28 +0100 |
commit | 32eadfe453c32788ea57968e6e80f673f434739d (patch) | |
tree | aeeac725c9f5129acbe68972955020950e8eb1fa /libavutil/thread.h | |
parent | 090a7801a8817c1fbc6db0ed39070bf82255d8f2 (diff) | |
download | ffmpeg-32eadfe453c32788ea57968e6e80f673f434739d.tar.gz |
libavutil/threads.h: correct an include to be local
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/thread.h')
-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 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 |