mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* gpgrlhelp.c: readline requires stdio.h.
This commit is contained in:
parent
3fafc72583
commit
23b7b9a77b
2 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
|
||||
#ifdef HAVE_LIBREADLINE
|
||||
#define GNUPG_LIBREADLINE_H_INCLUDED
|
||||
#include <stdio.h>
|
||||
#include <readline/readline.h>
|
||||
#include <readline/history.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue