mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpgscm: Fix inclusion of readline header.
* tests/gpgscm/ffi.c: Define magic macro to prevent the completion function from redefined. GnuPG-bug-id: 2824 Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
5e693ddfbe
commit
60ad1a7f37
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
#include <unistd.h>
|
||||
|
||||
#if HAVE_LIBREADLINE
|
||||
#define GNUPG_LIBREADLINE_H_INCLUDED
|
||||
#include <readline/readline.h>
|
||||
#include <readline/history.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue