diff options
Diffstat (limited to 'kbx/kbxutil.c')
-rw-r--r-- | kbx/kbxutil.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kbx/kbxutil.c b/kbx/kbxutil.c index 35f92ab6e..7769b834e 100644 --- a/kbx/kbxutil.c +++ b/kbx/kbxutil.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 <errno.h> #include <stdio.h> #include <stdlib.h> @@ -37,6 +40,7 @@ #include "keybox-defs.h" #include "../common/init.h" #include <gcrypt.h> +#include "../common/argparse.h" /* temporary hack. */ enum cmd_and_opt_values { |