From 7b2fecb8fd962327556812097640e0e761236bf9 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Tue, 17 Jun 2014 14:28:16 +0200 Subject: [PATCH] include windows.h on windows --- tool/yubico-piv-tool.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tool/yubico-piv-tool.c b/tool/yubico-piv-tool.c index 051a765..6b2b29f 100644 --- a/tool/yubico-piv-tool.c +++ b/tool/yubico-piv-tool.c @@ -34,6 +34,10 @@ #include "ykpiv.h" +#ifdef _WIN32 +#include +#endif + #include #include #include