diff --git a/server/smartcard.c b/server/smartcard.c index aad22aad..a2bba892 100644 --- a/server/smartcard.c +++ b/server/smartcard.c @@ -20,7 +20,13 @@ #endif #include +#ifdef USE_SMARTCARD_012 #include +#else +#ifdef USE_SMARTCARD +#include +#endif +#endif #include "reds.h" #include "char_device.h"