aboutsummaryrefslogtreecommitdiffstats
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
commitd372378d28b2504225aae6819d056330e7ac0674 (patch)
tree515bb4f51c710c833bd064f7a10cbc9efcba0c37
parenttests: Harmonize temporary and socket directory handling. (diff)
downloadlibgpg-error-d372378d28b2504225aae6819d056330e7ac0674.tar.gz
libgpg-error-d372378d28b2504225aae6819d056330e7ac0674.zip
More change for common.
* g10, scd, test, tools: Follow the change of removal of -Icommon. Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 3191e05..65929f0 100644
--- a/main.c
+++ b/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"