diff options
Diffstat (limited to 'agent/genkey.c')
-rw-r--r-- | agent/genkey.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/agent/genkey.c b/agent/genkey.c index 7fb0139a4..31742a13c 100644 --- a/agent/genkey.c +++ b/agent/genkey.c @@ -27,9 +27,9 @@ #include <assert.h> #include "agent.h" -#include "i18n.h" -#include "exechelp.h" -#include "sysutils.h" +#include "../common/i18n.h" +#include "../common/exechelp.h" +#include "../common/sysutils.h" static int store_key (gcry_sexp_t private, const char *passphrase, int force, |