mirror of https://git.ffmpeg.org/ffmpeg.git
lavc/w32pthreads: Fix make checkheaders.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e98330df90
commit
0f03563d7e
|
@ -39,6 +39,8 @@
|
|||
#include <windows.h>
|
||||
#include <process.h>
|
||||
|
||||
#include "libavutil/common.h"
|
||||
|
||||
typedef struct {
|
||||
void *handle;
|
||||
void *(*func)(void* arg);
|
||||
|
|
Loading…
Reference in New Issue