diff options
author | NIIBE Yutaka <[email protected]> | 2017-03-07 11:32:09 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2017-03-07 11:32:09 +0000 |
commit | d372378d28b2504225aae6819d056330e7ac0674 (patch) | |
tree | 515bb4f51c710c833bd064f7a10cbc9efcba0c37 | |
parent | tests: Harmonize temporary and socket directory handling. (diff) | |
download | libgpg-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |