summaryrefslogtreecommitdiffstats
path: root/scd/iso7816.c
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2017-03-07 12:32:09 +0100
committerNIIBE Yutaka <gniibe@fsij.org>2017-03-07 12:32:09 +0100
commitd6c7bf1f8ab8899faba2fb81a35b096921c38f3c (patch)
treee757372cb7c19fd32cd7761209a0c9958831d19a /scd/iso7816.c
parentRemove -I option to common. (diff)
downloadgnupg2-d6c7bf1f8ab8899faba2fb81a35b096921c38f3c.tar.xz
gnupg2-d6c7bf1f8ab8899faba2fb81a35b096921c38f3c.zip
More change for common.
* g10, scd, test, tools: Follow the change of removal of -Icommon. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'scd/iso7816.c')
-rw-r--r--scd/iso7816.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scd/iso7816.c b/scd/iso7816.c
index 8f796981f..d146bd00a 100644
--- a/scd/iso7816.c
+++ b/scd/iso7816.c
@@ -32,8 +32,8 @@
#include "options.h"
#include "errors.h"
#include "memory.h"
-#include "util.h"
-#include "i18n.h"
+#include "../common/util.h"
+#include "../common/i18n.h"
#else /* GNUPG_MAJOR_VERSION != 1 */
#include "scdaemon.h"
#endif /* GNUPG_MAJOR_VERSION != 1 */