From f9c6044a6f61ba1bc93bb8e54d5105e6a97e9815 Mon Sep 17 00:00:00 2001 From: Dave Yeo Date: Thu, 7 Nov 2013 11:10:20 -0800 Subject: [PATCH] Fix compilation with os2threads Signed-off-by: Dave Yeo Signed-off-by: Michael Niedermayer --- compat/os2threads.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compat/os2threads.h b/compat/os2threads.h index b816bff15f..441ac43710 100644 --- a/compat/os2threads.h +++ b/compat/os2threads.h @@ -32,6 +32,8 @@ #undef __STRICT_ANSI__ /* for _beginthread() */ #include +#include "libavutil/mem.h" + typedef TID pthread_t; typedef void pthread_attr_t;