mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01: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
@ -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…
x
Reference in New Issue
Block a user