diff options
Diffstat (limited to 'scd/scdaemon.c')
-rw-r--r-- | scd/scdaemon.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scd/scdaemon.c b/scd/scdaemon.c index 13cf2e6e0..26e89dd8d 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -44,15 +44,15 @@ #include <assuan.h> /* malloc hooks */ -#include "i18n.h" -#include "sysutils.h" +#include "../common/i18n.h" +#include "../common/sysutils.h" #include "app-common.h" #include "iso7816.h" #include "apdu.h" #include "ccid-driver.h" -#include "gc-opt-flags.h" -#include "asshelp.h" -#include "exechelp.h" +#include "../common/gc-opt-flags.h" +#include "../common/asshelp.h" +#include "../common/exechelp.h" #include "../common/init.h" #ifndef ENAMETOOLONG |