gnome-keyring r1143 - in trunk: . common



Author: nnielsen
Date: Sun May 18 13:02:01 2008
New Revision: 1143
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1143&view=rev

Log:
	* common/gkr-unix-credentials.c: Add additional header for 
	building on NetBSD. Patch by Matthias Drochner. Fixes bug #532014 


Modified:
   trunk/ChangeLog
   trunk/common/gkr-unix-credentials.c

Modified: trunk/common/gkr-unix-credentials.c
==============================================================================
--- trunk/common/gkr-unix-credentials.c	(original)
+++ trunk/common/gkr-unix-credentials.c	Sun May 18 13:02:01 2008
@@ -28,6 +28,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/uio.h>
+#include <sys/un.h>
 #include <errno.h>
 #include <stdio.h>
 #include <string.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]