diff options
author | Timo Schulz <twoaday@freakmail.de> | 2003-08-14 14:20:08 +0200 |
---|---|---|
committer | Timo Schulz <twoaday@freakmail.de> | 2003-08-14 14:20:08 +0200 |
commit | abbb66e037ff7565d2f4b196cf4d14fddbad02b2 (patch) | |
tree | a0d34880fadf1182579ccfb8d1ce4b529010aa8e /scd/atr.c | |
parent | *** empty log message *** (diff) | |
download | gnupg2-abbb66e037ff7565d2f4b196cf4d14fddbad02b2.tar.xz gnupg2-abbb66e037ff7565d2f4b196cf4d14fddbad02b2.zip |
* Always use 'dynload.h' instead of 'dlfcn.h'.
Diffstat (limited to 'scd/atr.c')
-rw-r--r-- | scd/atr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,12 +23,12 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <dlfcn.h> #include <assert.h> #include "scdaemon.h" #include "apdu.h" #include "atr.h" +#include "dynload.h" static int const fi_table[16] = { 0, 372, 558, 744, 1116,1488, 1860, -1, -1, 512, 768, 1024, 1536, 2048, -1, -1 }; |