mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* Always use 'dynload.h' instead of 'dlfcn.h'.
This commit is contained in:
parent
f099ed75b8
commit
abbb66e037
5 changed files with 37 additions and 33 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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue