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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Dave Yeo 2014-11-28 23:36:06 -08:00 committed by Michael Niedermayer
parent 090a7801a8
commit 32eadfe453
1 changed files with 1 additions and 1 deletions

View File

@ -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