aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpgscm/ffi.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/gpgscm/ffi.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/gpgscm/ffi.c b/tests/gpgscm/ffi.c
index dde5b5282..9baf11e1d 100644
--- a/tests/gpgscm/ffi.c
+++ b/tests/gpgscm/ffi.c
@@ -45,6 +45,10 @@
#include "../../common/exechelp.h"
#include "../../common/sysutils.h"
+#ifdef HAVE_W32_SYSTEM
+#include <windows.h>
+#endif
+
#include "private.h"
#include "ffi.h"
#include "ffi-private.h"