diff options
Diffstat (limited to '')
-rw-r--r-- | scd/apdu.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scd/apdu.c b/scd/apdu.c index cc9b213fb..28d32ad2c 100644 --- a/scd/apdu.c +++ b/scd/apdu.c @@ -19,6 +19,7 @@ */ #include <config.h> + #include <errno.h> #include <stdio.h> #include <stdlib.h> @@ -31,6 +32,9 @@ #endif #ifdef HAVE_OPENSC # include <opensc/opensc.h> +# ifdef USE_GNU_PTH +# undef USE_GNU_PTH +# endif #endif /* If requested include the definitions for the remote APDU protocol |