diff options
Diffstat (limited to 'g13/g13-common.c')
-rw-r--r-- | g13/g13-common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g13/g13-common.c b/g13/g13-common.c index 8370907fb..35cb13186 100644 --- a/g13/g13-common.c +++ b/g13/g13-common.c @@ -29,8 +29,8 @@ #include "g13-common.h" #include <gcrypt.h> #include <assuan.h> -#include "i18n.h" -#include "sysutils.h" +#include "../common/i18n.h" +#include "../common/sysutils.h" |