mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
* gpgrlhelp.c: readline requires stdio.h.
This commit is contained in:
parent
3fafc72583
commit
23b7b9a77b
@ -1,3 +1,7 @@
|
|||||||
|
2006-10-04 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* gpgrlhelp.c: readline requires stdio.h.
|
||||||
|
|
||||||
2006-10-04 Werner Koch <wk@g10code.com>
|
2006-10-04 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* membuf.c (init_membuf_secure): New.
|
* membuf.c (init_membuf_secure): New.
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
|
|
||||||
#ifdef HAVE_LIBREADLINE
|
#ifdef HAVE_LIBREADLINE
|
||||||
#define GNUPG_LIBREADLINE_H_INCLUDED
|
#define GNUPG_LIBREADLINE_H_INCLUDED
|
||||||
|
#include <stdio.h>
|
||||||
#include <readline/readline.h>
|
#include <readline/readline.h>
|
||||||
#include <readline/history.h>
|
#include <readline/history.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user