Commit a6483918 authored by Tobias Rapp's avatar Tobias Rapp Committed by James Almer

cmdutils: fix implicit declaration of SetDllDirectory function

Signed-off-by: 's avatarTobias Rapp <t.rapp@noa-archive.com>
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 115a90a0
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment