Skip to content
Snippets Groups Projects
Commit 11928d24 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

w32pthreads: Add missing #includes to make header compile standalone

parent fb7e7808
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment