diff options
Diffstat (limited to 'security/gnome-keyring/files/patch-pkcs11_gkr-pkcs11-daemon.c')
-rw-r--r-- | security/gnome-keyring/files/patch-pkcs11_gkr-pkcs11-daemon.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/gnome-keyring/files/patch-pkcs11_gkr-pkcs11-daemon.c b/security/gnome-keyring/files/patch-pkcs11_gkr-pkcs11-daemon.c new file mode 100644 index 000000000000..4bd5a923f4f4 --- /dev/null +++ b/security/gnome-keyring/files/patch-pkcs11_gkr-pkcs11-daemon.c @@ -0,0 +1,10 @@ +--- pkcs11/gkr-pkcs11-daemon.c.orig 2008-02-11 21:30:48.000000000 -0500 ++++ pkcs11/gkr-pkcs11-daemon.c 2008-02-11 21:30:58.000000000 -0500 +@@ -35,6 +35,7 @@ + #include <sys/types.h> + #include <sys/socket.h> + #include <sys/un.h> ++#include <string.h> + #include <errno.h> + #include <unistd.h> + |