diff options
Diffstat (limited to 'scd/card.c')
-rw-r--r-- | scd/card.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scd/card.c b/scd/card.c index 0a71fb2df..042613294 100644 --- a/scd/card.c +++ b/scd/card.c @@ -28,9 +28,10 @@ #ifdef HAVE_OPENSC #include <opensc/pkcs15.h> #endif -#include <ksba.h> #include "scdaemon.h" +#include <ksba.h> + #include "card-common.h" /* Map the SC error codes to the GNUPG ones */ |