From f9c6044a6f61ba1bc93bb8e54d5105e6a97e9815 Mon Sep 17 00:00:00 2001
From: Dave Yeo <daveryeo@telus.net>
Date: Thu, 7 Nov 2013 11:10:20 -0800
Subject: [PATCH] Fix compilation with os2threads

Signed-off-by: Dave Yeo <daveryeo@telus.net>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
---
 compat/os2threads.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/compat/os2threads.h b/compat/os2threads.h
index b816bff15f7..441ac437107 100644
--- a/compat/os2threads.h
+++ b/compat/os2threads.h
@@ -32,6 +32,8 @@
 #undef __STRICT_ANSI__          /* for _beginthread() */
 #include <stdlib.h>
 
+#include "libavutil/mem.h"
+
 typedef TID  pthread_t;
 typedef void pthread_attr_t;
 
-- 
GitLab