aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2017-03-07 11:32:09 +0000
committerNIIBE Yutaka <[email protected]>2017-03-07 11:32:09 +0000
commitd6c7bf1f8ab8899faba2fb81a35b096921c38f3c (patch)
treee757372cb7c19fd32cd7761209a0c9958831d19a /tools
parentRemove -I option to common. (diff)
downloadgnupg-d6c7bf1f8ab8899faba2fb81a35b096921c38f3c.tar.gz
gnupg-d6c7bf1f8ab8899faba2fb81a35b096921c38f3c.zip
More change for common.
* g10, scd, test, tools: Follow the change of removal of -Icommon. Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'tools')
-rw-r--r--tools/no-libgcrypt.c2
-rw-r--r--tools/symcryptrun.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/no-libgcrypt.c b/tools/no-libgcrypt.c
index b56cc385d..873996889 100644
--- a/tools/no-libgcrypt.c
+++ b/tools/no-libgcrypt.c
@@ -18,7 +18,7 @@
#include <errno.h>
#include "../common/util.h"
-#include "i18n.h"
+#include "../common/i18n.h"
/* Replace libgcrypt's malloc functions which are used by
diff --git a/tools/symcryptrun.c b/tools/symcryptrun.c
index b32d43ac8..563e56bc3 100644
--- a/tools/symcryptrun.c
+++ b/tools/symcryptrun.c
@@ -98,7 +98,7 @@
#endif
#include <gpg-error.h>
-#include "i18n.h"
+#include "../common/i18n.h"
#include "../common/util.h"
#include "../common/init.h"
#include "../common/sysutils.h"