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

Found-by: Dave Yeo <dave.r.yeo@gmail.com>
pull/101/head
Anton Khirnov 10 years ago
parent e737a4aaaf
commit e10e6651b5
  1. 2
      libavutil/thread.h

@ -29,7 +29,7 @@
#if HAVE_PTHREADS #if HAVE_PTHREADS
#include <pthread.h> #include <pthread.h>
#else #else
#include <compat/w32pthreads.h> #include "compat/w32pthreads.h"
#endif #endif
#define AVMutex pthread_mutex_t #define AVMutex pthread_mutex_t

Loading…
Cancel
Save