w32pthreads: Add missing #includes to make header compile standalone

This commit is contained in:
Diego Biurrun 2012-08-14 23:17:20 +02:00
parent fb7e78089b
commit 11928d24fe
1 changed files with 3 additions and 0 deletions

View 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);