diff options
author | Timo Schulz <[email protected]> | 2003-08-14 12:20:08 +0000 |
---|---|---|
committer | Timo Schulz <[email protected]> | 2003-08-14 12:20:08 +0000 |
commit | abbb66e037ff7565d2f4b196cf4d14fddbad02b2 (patch) | |
tree | a0d34880fadf1182579ccfb8d1ce4b529010aa8e /scd/iso7816.c | |
parent | *** empty log message *** (diff) | |
download | gnupg-abbb66e037ff7565d2f4b196cf4d14fddbad02b2.tar.gz gnupg-abbb66e037ff7565d2f4b196cf4d14fddbad02b2.zip |
* Always use 'dynload.h' instead of 'dlfcn.h'.
Diffstat (limited to '')
-rw-r--r-- | scd/iso7816.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/iso7816.c b/scd/iso7816.c index 8903d8a5c..2b06103ef 100644 --- a/scd/iso7816.c +++ b/scd/iso7816.c @@ -23,11 +23,11 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <dlfcn.h> #include "scdaemon.h" #include "iso7816.h" #include "apdu.h" +#include "dynload.h" #define CMD_SELECT_FILE 0xA4 #define CMD_VERIFY 0x20 |