w32pthreads: Add missing #includes to make header compile standalone

pull/28/head
Diego Biurrun 12 years ago
parent fb7e78089b
commit 11928d24fe
  1. 3
      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);

Loading…
Cancel
Save