diff options
Diffstat (limited to 'scd/app.c')
-rw-r--r-- | scd/app.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,11 +25,11 @@ #include <npth.h> #include "scdaemon.h" -#include "exechelp.h" +#include "../common/exechelp.h" #include "app-common.h" #include "iso7816.h" #include "apdu.h" -#include "tlv.h" +#include "../common/tlv.h" static npth_mutex_t app_list_lock; static app_t app_top; |