diff options
Diffstat (limited to 'security/gnome-keyring/files/patch-keyrings_gkr-keyrings.c')
-rw-r--r-- | security/gnome-keyring/files/patch-keyrings_gkr-keyrings.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/gnome-keyring/files/patch-keyrings_gkr-keyrings.c b/security/gnome-keyring/files/patch-keyrings_gkr-keyrings.c new file mode 100644 index 000000000000..185e929dd298 --- /dev/null +++ b/security/gnome-keyring/files/patch-keyrings_gkr-keyrings.c @@ -0,0 +1,10 @@ +--- keyrings/gkr-keyrings.c.orig 2008-02-11 21:30:10.000000000 -0500 ++++ keyrings/gkr-keyrings.c 2008-02-11 21:30:19.000000000 -0500 +@@ -35,6 +35,7 @@ + #include <unistd.h> + #include <fcntl.h> + #include <errno.h> ++#include <string.h> + #include <stdlib.h> + #include <stdio.h> + #include <sys/types.h> |