Skip to content

smartcard: Fix compiling for Windows platform

Biswapriyo Nath requested to merge (removed):smartcard-win32 into master
This fixes the following compiler error while targeting Windows platform.

../../server/smartcard.cpp:20:10: fatal error: arpa/inet.h: No such file or directory
   20 | #include <arpa/inet.h>
      |          ^~~~~~~~~~~~~

Merge request reports