From 0f03563d7ec757e10767303794e15c6dd15a8fc6 Mon Sep 17 00:00:00 2001 From: jamal Date: Fri, 13 Jul 2012 20:05:06 -0300 Subject: [PATCH] lavc/w32pthreads: Fix make checkheaders. Signed-off-by: Michael Niedermayer --- libavcodec/w32pthreads.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/w32pthreads.h b/libavcodec/w32pthreads.h index ae6ceb91f8..fbc183a645 100644 --- a/libavcodec/w32pthreads.h +++ b/libavcodec/w32pthreads.h @@ -39,6 +39,8 @@ #include #include +#include "libavutil/common.h" + typedef struct { void *handle; void *(*func)(void* arg);