[svn] GnuPG - r4288 - trunk/common

svn author dshaw cvs at cvs.gnupg.org
Wed Oct 4 23:23:48 CEST 2006


Author: dshaw
Date: 2006-10-04 23:23:47 +0200 (Wed, 04 Oct 2006)
New Revision: 4288

Modified:
   trunk/common/ChangeLog
   trunk/common/gpgrlhelp.c
Log:
* gpgrlhelp.c: readline requires stdio.h.


Modified: trunk/common/ChangeLog
===================================================================
--- trunk/common/ChangeLog	2006-10-04 17:53:02 UTC (rev 4287)
+++ trunk/common/ChangeLog	2006-10-04 21:23:47 UTC (rev 4288)
@@ -1,3 +1,7 @@
+2006-10-04  David Shaw  <dshaw at jabberwocky.com>
+
+	* gpgrlhelp.c: readline requires stdio.h.
+
 2006-10-04  Werner Koch  <wk at g10code.com>
 
 	* membuf.c (init_membuf_secure): New.

Modified: trunk/common/gpgrlhelp.c
===================================================================
--- trunk/common/gpgrlhelp.c	2006-10-04 17:53:02 UTC (rev 4287)
+++ trunk/common/gpgrlhelp.c	2006-10-04 21:23:47 UTC (rev 4288)
@@ -31,6 +31,7 @@
 
 #ifdef HAVE_LIBREADLINE
 #define GNUPG_LIBREADLINE_H_INCLUDED
+#include <stdio.h>
 #include <readline/readline.h>
 #include <readline/history.h>
 #endif




More information about the Gnupg-commits mailing list