summaryrefslogtreecommitdiffstats
path: root/main/gnome-keyring/fix-includes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/gnome-keyring/fix-includes.patch')
-rw-r--r--main/gnome-keyring/fix-includes.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/gnome-keyring/fix-includes.patch b/main/gnome-keyring/fix-includes.patch
new file mode 100644
index 000000000..e8e3e20f5
--- /dev/null
+++ b/main/gnome-keyring/fix-includes.patch
@@ -0,0 +1,10 @@
+--- gnome-keyring-2.32.1.orig/pkcs11/rpc-layer/gkm-rpc-daemon-standalone.c
++++ gnome-keyring-2.32.1/pkcs11/rpc-layer/gkm-rpc-daemon-standalone.c
+@@ -32,6 +32,7 @@
+ #include <unistd.h>
+ #include <stdlib.h>
+ #include <string.h>
++#include <sys/select.h>
+
+ #include <dlfcn.h>
+ #include <pthread.h>