From 1edfcc941e37b5892431019655e9ae7db37a2ada Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Sat, 5 Feb 2011 15:11:55 +0000 Subject: [PATCH] - windows dependant include git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@406 96b47cad-a561-4643-ad3b-153ac7d7599c --- npa/src/sm.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/npa/src/sm.c b/npa/src/sm.c index e651306..e723ec4 100644 --- a/npa/src/sm.c +++ b/npa/src/sm.c @@ -18,7 +18,11 @@ */ #include "scutil.h" #include "sm.h" +#ifdef _WIN32 +#include +#else #include +#endif #include #include #include