From 13a3560b8884ffd003da67ed99e871dc2754bee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Fri, 27 Nov 2015 20:41:22 +0100 Subject: [PATCH] smartcard: include libcacard.h if possible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau --- server/smartcard.c | 6 ++++++ 1 file changed, 6 insertions(+) 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"