w32thread: add missing #include thread.h

This should fix building with win32 threads.

Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit aef669cdfd)
This commit is contained in:
Mans Rullgard 2011-02-09 20:12:57 +00:00 committed by Michael Niedermayer
parent 83120e3bd7
commit 74711b72cc
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
//#define DEBUG
#include "avcodec.h"
#include "thread.h"
#define WIN32_LEAN_AND_MEAN
#include <windows.h>