Commit 74711b72 authored by Mans Rullgard's avatar Mans Rullgard Committed by Michael Niedermayer

w32thread: add missing #include thread.h

This should fix building with win32 threads.
Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
(cherry picked from commit aef669cd)
parent 83120e3b
......@@ -20,6 +20,7 @@
//#define DEBUG
#include "avcodec.h"
#include "thread.h"
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment