From d6c7bf1f8ab8899faba2fb81a35b096921c38f3c Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Tue, 7 Mar 2017 20:32:09 +0900 Subject: More change for common. * g10, scd, test, tools: Follow the change of removal of -Icommon. Signed-off-by: NIIBE Yutaka --- scd/iso7816.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scd/iso7816.c') 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 */ -- cgit v1.2.3