aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'scd/app.c')
-rw-r--r--scd/app.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scd/app.c b/scd/app.c
index e1c4e100d..472adc70f 100644
--- a/scd/app.c
+++ b/scd/app.c
@@ -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;