Commit e10e6651 authored by Anton Khirnov's avatar Anton Khirnov

thread: use "" instead of <> for including the w32pthreads wrapper

Found-by: 's avatarDave Yeo <dave.r.yeo@gmail.com>
parent e737a4aa
......@@ -29,7 +29,7 @@
#if HAVE_PTHREADS
#include <pthread.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