mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-20 12:14:04 +00:00
w32pthreads: Add missing #includes to make header compile standalone
This commit is contained in:
parent
fb7e78089b
commit
11928d24fe
@ -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…
x
Reference in New Issue
Block a user