[svn] ksba - r279 - trunk/src

svn author mo cvs at cvs.gnupg.org
Sat Nov 3 15:10:33 CET 2007


Author: mo
Date: 2007-11-03 15:10:24 +0100 (Sat, 03 Nov 2007)
New Revision: 279

Modified:
   trunk/src/ChangeLog
   trunk/src/ksba.h
Log:
2007-11-03  Moritz Schulte  <moritz at g10code.com>

	* ksba.h: Include <stdio.h>, since FILE* is used.



Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog	2007-08-08 09:10:58 UTC (rev 278)
+++ trunk/src/ChangeLog	2007-11-03 14:10:24 UTC (rev 279)
@@ -1,3 +1,7 @@
+2007-11-03  Moritz Schulte  <moritz at g10code.com>
+
+	* ksba.h: Include <stdio.h>, since FILE* is used.
+
 2007-07-04  Werner Koch  <wk at g10code.com>
 
 	Changed license to GPLv3.

Modified: trunk/src/ksba.h
===================================================================
--- trunk/src/ksba.h	2007-08-08 09:10:58 UTC (rev 278)
+++ trunk/src/ksba.h	2007-11-03 14:10:24 UTC (rev 279)
@@ -21,6 +21,7 @@
 #define KSBA_H 1
 
 #include <gpg-error.h>
+#include <stdio.h>
 
 #ifdef __cplusplus
 extern "C" { 




More information about the Gnupg-commits mailing list