diff options
author | Werner Koch <[email protected]> | 2006-09-21 13:30:45 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-09-21 13:30:45 +0000 |
commit | 43ab905823df0ae44607cda41da9c105e009c1e5 (patch) | |
tree | 155ab1ee960c61dbaa5c4db6747358fa0117bf14 /g10/card-util.c | |
parent | Cleanups. (diff) | |
download | gnupg-43ab905823df0ae44607cda41da9c105e009c1e5.tar.gz gnupg-43ab905823df0ae44607cda41da9c105e009c1e5.zip |
Various updates
Diffstat (limited to '')
-rw-r--r-- | g10/card-util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/card-util.c b/g10/card-util.c index b7da1ba98..2738cbebf 100644 --- a/g10/card-util.c +++ b/g10/card-util.c @@ -38,6 +38,7 @@ #include "keyserver-internal.h" #if GNUPG_MAJOR_VERSION == 1 # ifdef HAVE_LIBREADLINE +# define GNUPG_LIBREADLINE_H_INCLUDED # include <stdio.h> # include <readline/readline.h> # endif /*HAVE_LIBREADLINE*/ |