Browse Source

w32pthreads: Add missing #includes to make header compile standalone

tags/n1.0
Diego Biurrun 13 years ago
parent
commit
11928d24fe
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavcodec/w32pthreads.h

+ 3
- 0
libavcodec/w32pthreads.h View File

@@ -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…
Cancel
Save