Commit 12320c08 authored by Tobias Rapp's avatar Tobias Rapp Committed by James Almer

cmdutils: fix implicit declaration of SetDllDirectory function

Pre-processor check changed by commiter.
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent c46d22a4
......@@ -61,6 +61,9 @@
#include <sys/time.h>
#include <sys/resource.h>
#endif
#if HAVE_SETDLLDIRECTORY
#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