summaryrefslogtreecommitdiff
path: root/server/smartcard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'server/smartcard.cpp')
-rw-r--r--server/smartcard.cpp2
1 files changed, 2 insertions, 0 deletions
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