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/app.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/app.c')
-rw-r--r-- | scd/app.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,12 +23,13 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <dlfcn.h> + #include "scdaemon.h" #include "app-common.h" #include "apdu.h" #include "iso7816.h" +#include "dynload.h" static char *default_reader_port; |