aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring/musl.patch
blob: 050b87ab24c539d3b905c83ac37c4a9999e2186f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include sys/select.h for FD_* macros

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Upstream-Status: Pending

Index: gnome-keyring-2.32.1/pkcs11/rpc-layer/gkm-rpc-daemon-standalone.c
===================================================================
--- 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>