summaryrefslogtreecommitdiffstats
path: root/scd/app.c
diff options
context:
space:
mode:
authorTimo Schulz <twoaday@freakmail.de>2003-08-14 14:20:08 +0200
committerTimo Schulz <twoaday@freakmail.de>2003-08-14 14:20:08 +0200
commitabbb66e037ff7565d2f4b196cf4d14fddbad02b2 (patch)
treea0d34880fadf1182579ccfb8d1ce4b529010aa8e /scd/app.c
parent*** empty log message *** (diff)
downloadgnupg2-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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/scd/app.c b/scd/app.c
index 04b421b55..fa5df8a72 100644
--- a/scd/app.c
+++ b/scd/app.c
@@ -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;