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>
|
|