OSDN Git Service

w32thread: add missing #include thread.h
authorMans Rullgard <mans@mansr.com>
Wed, 9 Feb 2011 20:12:57 +0000 (20:12 +0000)
committerMans Rullgard <mans@mansr.com>
Wed, 9 Feb 2011 20:52:28 +0000 (20:52 +0000)
This should fix building with win32 threads.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/w32thread.c

index 1659fd3..f2b8f5b 100644 (file)
@@ -20,6 +20,7 @@
 //#define DEBUG
 
 #include "avcodec.h"
+#include "thread.h"
 
 #define WIN32_LEAN_AND_MEAN
 #include <windows.h>