diff options
author | jamal <jamrial@gmail.com> | 2012-07-13 20:05:06 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-07-14 03:02:03 +0200 |
commit | 0f03563d7ec757e10767303794e15c6dd15a8fc6 (patch) | |
tree | 6c1913140edd94586c86b85fcf37979f04795dbc | |
parent | e98330df90c8197b53424439da9b2546b269fcb1 (diff) | |
download | ffmpeg-0f03563d7ec757e10767303794e15c6dd15a8fc6.tar.gz |
lavc/w32pthreads: Fix make checkheaders.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/w32pthreads.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <windows.h> #include <process.h> +#include "libavutil/common.h" + typedef struct { void *handle; void *(*func)(void* arg); |