[svn] gpgme - r1261 - trunk/gpgme

svn author marcus cvs at cvs.gnupg.org
Tue Sep 25 18:35:45 CEST 2007


Author: marcus
Date: 2007-09-25 18:35:36 +0200 (Tue, 25 Sep 2007)
New Revision: 1261

Modified:
   trunk/gpgme/ChangeLog
   trunk/gpgme/conversion.c
   trunk/gpgme/keylist.c
Log:
2007-09-25  Marcus Brinkmann  <marcus at g10code.de>

	* conversion.c, keylist.c: Include <sys/types.h>.


Modified: trunk/gpgme/ChangeLog
===================================================================
--- trunk/gpgme/ChangeLog	2007-09-25 16:34:02 UTC (rev 1260)
+++ trunk/gpgme/ChangeLog	2007-09-25 16:35:36 UTC (rev 1261)
@@ -1,5 +1,7 @@
 2007-09-25  Marcus Brinkmann  <marcus at g10code.de>
 
+	* conversion.c, keylist.c: Include <sys/types.h>.
+
 	* kdpipeiodevice.h: Use namespace _gpgme_.
 	* kdpipeiodevice.cpp: Use namespace _gpgme_.
 	[Q_OS_WIN32 && NOMINMAX]: Do not define NOMINMAX again.

Modified: trunk/gpgme/conversion.c
===================================================================
--- trunk/gpgme/conversion.c	2007-09-25 16:34:02 UTC (rev 1260)
+++ trunk/gpgme/conversion.c	2007-09-25 16:35:36 UTC (rev 1261)
@@ -25,6 +25,8 @@
 
 #include <stdlib.h>
 #include <string.h>
+/* Solaris 8 needs sys/types.h before time.h.  */
+#include <sys/types.h>
 #include <time.h>
 #include <errno.h>
 

Modified: trunk/gpgme/keylist.c
===================================================================
--- trunk/gpgme/keylist.c	2007-09-25 16:34:02 UTC (rev 1260)
+++ trunk/gpgme/keylist.c	2007-09-25 16:35:36 UTC (rev 1261)
@@ -25,6 +25,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+/* Solaris 8 needs sys/types.h before time.h.  */
+#include <sys/types.h>
 #include <time.h>
 #include <assert.h>
 #include <ctype.h>




More information about the Gnupg-commits mailing list