Commit aef669cd authored by Mans Rullgard's avatar Mans Rullgard

w32thread: add missing #include thread.h

This should fix building with win32 threads.
Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 4bc328a2
......@@ -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