From aef669cdfd984a737ad876b33ee1b160f87f5f9a Mon Sep 17 00:00:00 2001
From: Mans Rullgard <mans@mansr.com>
Date: Wed, 9 Feb 2011 20:12:57 +0000
Subject: [PATCH] w32thread: add missing #include thread.h

This should fix building with win32 threads.

Signed-off-by: Mans Rullgard <mans@mansr.com>
---
 libavcodec/w32thread.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/w32thread.c b/libavcodec/w32thread.c
index 1659fd3031a..f2b8f5b3652 100644
--- a/libavcodec/w32thread.c
+++ b/libavcodec/w32thread.c
@@ -20,6 +20,7 @@
 //#define DEBUG
 
 #include "avcodec.h"
+#include "thread.h"
 
 #define WIN32_LEAN_AND_MEAN
 #include <windows.h>
-- 
GitLab