cmdutils: fix implicit declaration of SetDllDirectory function

Pre-processor check changed by commiter.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
Tobias Rapp 2016-08-29 15:25:58 +02:00 committed by James Almer
parent c46d22a4a5
commit 12320c0822
1 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,9 @@
#include <sys/time.h> #include <sys/time.h>
#include <sys/resource.h> #include <sys/resource.h>
#endif #endif
#if HAVE_SETDLLDIRECTORY
#include <windows.h>
#endif
static int init_report(const char *env); static int init_report(const char *env);