mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02: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…
Reference in New Issue
Block a user