From 15c0a0a6ea73c391d283391e388f9645238693f7 Mon Sep 17 00:00:00 2001 From: Salvador Cuñat Date: Sat, 20 May 2017 09:36:38 +0200 Subject: smtk-import: portability: include windows.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Include windows.h if we are cross building to windows Signed-off-by: Salvador Cuñat --- smtk-import/smartrak.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'smtk-import') diff --git a/smtk-import/smartrak.c b/smtk-import/smartrak.c index 1d3daf21e..eadf4cfc1 100644 --- a/smtk-import/smartrak.c +++ b/smtk-import/smartrak.c @@ -30,6 +30,10 @@ #include #include +#if defined(WIN32) || defined(_WIN32) +#include +#endif + #include "core/dive.h" #include "core/gettext.h" #include "core/divelist.h" -- cgit v1.2.3-70-g09d2