summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--server/smartcard.cpp2
2 files changed, 3 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 6ad10e6e..a735d24d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -88,5 +88,6 @@ Patches also contributed by
Geoffrey McRae <geoff@hostfission.com>
Antonio Larrosa <antonio.larrosa@gmail.com>
Volker RĂ¼melin <vr_qemu@t-online.de>
+ Biswapriyo Nath <nathbappai@gmail.com>
....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 <config.h>
+#ifndef _WIN32
#include <arpa/inet.h>
+#endif
#ifdef USE_SMARTCARD
#include <libcacard.h>
#endif