gpgme/gpgme (ChangeLog data-user.c)

cvs user marcus cvs at cvs.gnupg.org
Sat May 28 21:42:43 CEST 2005


    Date: Saturday, May 28, 2005 @ 22:03:25
  Author: marcus
    Path: /cvs/gpgme/gpgme/gpgme

Modified: ChangeLog data-user.c

2005-05-28  Marcus Brinkmann  <marcus at g10code.de>

	* data-user.c: Include <errno.h>.


-------------+
 ChangeLog   |    4 ++++
 data-user.c |    1 +
 2 files changed, 5 insertions(+)


Index: gpgme/gpgme/ChangeLog
diff -u gpgme/gpgme/ChangeLog:1.401 gpgme/gpgme/ChangeLog:1.402
--- gpgme/gpgme/ChangeLog:1.401	Tue May 17 14:26:58 2005
+++ gpgme/gpgme/ChangeLog	Sat May 28 22:03:24 2005
@@ -1,3 +1,7 @@
+2005-05-28  Marcus Brinkmann  <marcus at g10code.de>
+
+	* data-user.c: Include <errno.h>.
+
 2005-05-17  Marcus Brinkmann  <marcus at g10code.de>
 
 	* gpgme.c (gpgme_new): Set the CTX->include_certs default to the
Index: gpgme/gpgme/data-user.c
diff -u gpgme/gpgme/data-user.c:1.6 gpgme/gpgme/data-user.c:1.7
--- gpgme/gpgme/data-user.c:1.6	Thu May  5 14:00:11 2005
+++ gpgme/gpgme/data-user.c	Sat May 28 22:03:24 2005
@@ -23,6 +23,7 @@
 #endif
 
 #include <sys/types.h>
+#include <errno.h>
 
 #include "data.h"
 




More information about the Gnupg-commits mailing list