OSDN Git Service

w32pthreads: Add missing #includes to make header compile standalone
authorDiego Biurrun <diego@biurrun.de>
Tue, 14 Aug 2012 21:17:20 +0000 (23:17 +0200)
committerDiego Biurrun <diego@biurrun.de>
Tue, 14 Aug 2012 21:36:56 +0000 (23:36 +0200)
libavcodec/w32pthreads.h

index ae6ceb9..8489f71 100644 (file)
@@ -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);