aboutsummaryrefslogtreecommitdiffstats
path: root/scd/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'scd/command.c')
-rw-r--r--scd/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scd/command.c b/scd/command.c
index b1d5539cb..56fdf7489 100644
--- a/scd/command.c
+++ b/scd/command.c
@@ -40,8 +40,8 @@
#ifdef HAVE_LIBUSB
#include "ccid-driver.h"
#endif
-#include "asshelp.h"
-#include "server-help.h"
+#include "../common/asshelp.h"
+#include "../common/server-help.h"
/* Maximum length allowed as a PIN; used for INQUIRE NEEDPIN */
#define MAXLEN_PIN 100