diff options
Diffstat (limited to 'agent/preset-passphrase.c')
-rw-r--r-- | agent/preset-passphrase.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/agent/preset-passphrase.c b/agent/preset-passphrase.c index 7b322a0b7..496cee73d 100644 --- a/agent/preset-passphrase.c +++ b/agent/preset-passphrase.c @@ -18,6 +18,9 @@ */ #include <config.h> +/* We don't want to have the macros from gpgrt here until we have + * completely replaced this module by the one from gpgrt. */ +#undef GPGRT_ENABLE_ARGPARSE_MACROS #include <stdio.h> #include <stdlib.h> @@ -49,6 +52,7 @@ #include "../common/i18n.h" #include "../common/sysutils.h" #include "../common/init.h" +#include "../common/argparse.h" /* temporary hack. */ enum cmd_and_opt_values |