diff options
Diffstat (limited to 'tools/gpg-card.c')
-rw-r--r-- | tools/gpg-card.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gpg-card.c b/tools/gpg-card.c index 9979020a3..3d87e2ef2 100644 --- a/tools/gpg-card.c +++ b/tools/gpg-card.c @@ -27,6 +27,8 @@ # include <readline/readline.h> #endif /*HAVE_LIBREADLINE*/ +#define INCLUDED_BY_MAIN_MODULE 1 + #include "../common/util.h" #include "../common/status.h" #include "../common/i18n.h" |