From: Martin Willi Date: Thu, 9 Jan 2014 13:59:25 +0000 (+0100) Subject: tnc-imc/imv: Don't include on Windows X-Git-Tag: 5.2.0dr6~24^2~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce3e7ac57dc948a4e8dcae1859d01c1e18fb6016;p=thirdparty%2Fstrongswan.git tnc-imc/imv: Don't include on Windows --- diff --git a/src/libtnccs/plugins/tnc_imc/tnc_imc.c b/src/libtnccs/plugins/tnc_imc/tnc_imc.c index 2d556d9d9f..6af8d166d4 100644 --- a/src/libtnccs/plugins/tnc_imc/tnc_imc.c +++ b/src/libtnccs/plugins/tnc_imc/tnc_imc.c @@ -15,7 +15,9 @@ #include "tnc_imc.h" +#ifndef WIN32 #include +#endif #include diff --git a/src/libtnccs/plugins/tnc_imv/tnc_imv.c b/src/libtnccs/plugins/tnc_imv/tnc_imv.c index ab2e552531..039f1fcf1b 100644 --- a/src/libtnccs/plugins/tnc_imv/tnc_imv.c +++ b/src/libtnccs/plugins/tnc_imv/tnc_imv.c @@ -15,7 +15,9 @@ #include "tnc_imv.h" +#ifndef WIN32 #include +#endif #include