Commit 11928d24 authored by Diego Biurrun's avatar Diego Biurrun

w32pthreads: Add missing #includes to make header compile standalone

parent fb7e7808
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment