Browse Source

lavc/w32pthreads: Fix make checkheaders.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
jamal Michael Niedermayer 13 years ago
parent
commit
0f03563d7e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/w32pthreads.h

+ 2
- 0
libavcodec/w32pthreads.h View File

@@ -39,6 +39,8 @@
#include <windows.h> #include <windows.h>
#include <process.h> #include <process.h>


#include "libavutil/common.h"

typedef struct { typedef struct {
void *handle; void *handle;
void *(*func)(void* arg); void *(*func)(void* arg);


Loading…
Cancel
Save