diff --git a/AUTHORS b/AUTHORS index 6ad10e6e..a735d24d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -88,5 +88,6 @@ Patches also contributed by Geoffrey McRae Antonio Larrosa Volker RĂ¼melin + Biswapriyo Nath ....send patches to get your name here... diff --git a/server/smartcard.cpp b/server/smartcard.cpp index 709815a0..023cf523 100644 --- a/server/smartcard.cpp +++ b/server/smartcard.cpp @@ -17,7 +17,9 @@ */ #include +#ifndef _WIN32 #include +#endif #ifdef USE_SMARTCARD #include #endif