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)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 11 Feb 2011 01:54:08 +0000 (02:54 +0100)
This should fix building with win32 threads.

Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit aef669cdfd984a737ad876b33ee1b160f87f5f9a)

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>