Skip to content
Snippets Groups Projects
Commit e10e6651 authored by Anton Khirnov's avatar Anton Khirnov
Browse files

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

parent e737a4aa
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment