lavc/w32pthreads: Fix make checkheaders.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
jamal 2012-07-13 20:05:06 -03:00 committed by Michael Niedermayer
parent e98330df90
commit 0f03563d7e
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@
#include <windows.h>
#include <process.h>
#include "libavutil/common.h"
typedef struct {
void *handle;
void *(*func)(void* arg);