summaryrefslogtreecommitdiffstats
path: root/security/gnome-keyring/files/patch-gnome-keyring-daemon-io.c
blob: 6ab839bd0eebdb798d459d6dd125152807115160 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- gnome-keyring-daemon-io.c.orig  Mon Dec  8 15:39:44 2003
+++ gnome-keyring-daemon-io.c   Mon Dec  8 15:40:28 2003
@@ -30,6 +30,8 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/un.h>
+#include <sys/uio.h>
+#include <unistd.h>
 
 #include "gnome-keyring.h"
 #include "gnome-keyring-private.h"