forked from FFmpeg/FFmpeg
cmdutils: fix implicit declaration of SetDllDirectory function
Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
115a90a0db
commit
a648391896
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@
|
|||
#include <sys/time.h>
|
||||
#include <sys/resource.h>
|
||||
#endif
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
static int init_report(const char *env);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue