aboutsummaryrefslogtreecommitdiffstats
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/gpgscm/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpgscm/main.c b/tests/gpgscm/main.c
index 3191e0597..65929f007 100644
--- a/tests/gpgscm/main.c
+++ b/tests/gpgscm/main.c
@@ -34,7 +34,7 @@
#include "scheme.h"
#include "scheme-private.h"
#include "ffi.h"
-#include "i18n.h"
+#include "../common/i18n.h"
#include "../../common/argparse.h"
#include "../../common/init.h"
#include "../../common/logging.h"