* gpgrlhelp.c: readline requires stdio.h.

This commit is contained in:
David Shaw 2006-10-04 21:23:47 +00:00
parent 3fafc72583
commit 23b7b9a77b
2 changed files with 5 additions and 0 deletions

View File

@ -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>
* membuf.c (init_membuf_secure): New.

View File

@ -31,6 +31,7 @@
#ifdef HAVE_LIBREADLINE
#define GNUPG_LIBREADLINE_H_INCLUDED
#include <stdio.h>
#include <readline/readline.h>
#include <readline/history.h>
#endif