diff options
Diffstat (limited to 'security/gnome-keyring/files/patch-pkcs11_gkr-pkcs11-module.c')
-rw-r--r-- | security/gnome-keyring/files/patch-pkcs11_gkr-pkcs11-module.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/gnome-keyring/files/patch-pkcs11_gkr-pkcs11-module.c b/security/gnome-keyring/files/patch-pkcs11_gkr-pkcs11-module.c new file mode 100644 index 000000000..57d2f1888 --- /dev/null +++ b/security/gnome-keyring/files/patch-pkcs11_gkr-pkcs11-module.c @@ -0,0 +1,10 @@ +--- pkcs11/gkr-pkcs11-module.c.orig 2008-02-11 21:26:56.000000000 -0500 ++++ pkcs11/gkr-pkcs11-module.c 2008-02-11 21:27:08.000000000 -0500 +@@ -36,6 +36,7 @@ + #include <sys/socket.h> + #include <sys/un.h> + ++#include <string.h> + #include <stdlib.h> + #include <stdint.h> + #include <pthread.h> |