summaryrefslogtreecommitdiffstats
path: root/security/gnome-keyring/files/patch-gnome-keyring-daemon-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnome-keyring/files/patch-gnome-keyring-daemon-io.c')
-rw-r--r--security/gnome-keyring/files/patch-gnome-keyring-daemon-io.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/gnome-keyring/files/patch-gnome-keyring-daemon-io.c b/security/gnome-keyring/files/patch-gnome-keyring-daemon-io.c
new file mode 100644
index 000000000..6ab839bd0
--- /dev/null
+++ b/security/gnome-keyring/files/patch-gnome-keyring-daemon-io.c
@@ -0,0 +1,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"