summaryrefslogtreecommitdiff
path: root/libavcodec/w32pthreads.h
diff options
context:
space:
mode:
authorjamal <jamrial@gmail.com>2012-07-13 20:05:06 -0300
committerMichael Niedermayer <michaelni@gmx.at>2012-07-14 03:02:03 +0200
commit0f03563d7ec757e10767303794e15c6dd15a8fc6 (patch)
tree6c1913140edd94586c86b85fcf37979f04795dbc /libavcodec/w32pthreads.h
parente98330df90c8197b53424439da9b2546b269fcb1 (diff)
lavc/w32pthreads: Fix make checkheaders.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/w32pthreads.h')
-rw-r--r--libavcodec/w32pthreads.h2
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);