summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-08-14 23:17:20 +0200
committerDiego Biurrun <diego@biurrun.de>2012-08-14 23:36:56 +0200
commit11928d24fe64c97a5329677ddb9eda44cfca4a56 (patch)
treef22d67f1b6cd8864af1768b8d7256d63aa9416d3 /libavcodec
parentfb7e78089bf04aa73ba53972e8261bf0bbbb121a (diff)
w32pthreads: Add missing #includes to make header compile standalone
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/w32pthreads.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/w32pthreads.h b/libavcodec/w32pthreads.h
index ae6ceb91f8..8489f715db 100644
--- a/libavcodec/w32pthreads.h
+++ b/libavcodec/w32pthreads.h
@@ -39,6 +39,9 @@
#include <windows.h>
#include <process.h>
+#include "libavutil/internal.h"
+#include "libavutil/mem.h"
+
typedef struct {
void *handle;
void *(*func)(void* arg);