diff options
-rw-r--r-- | security/gnome-keyring/files/patch-common_gkr-daemon-util.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/gnome-keyring/files/patch-common_gkr-daemon-util.h b/security/gnome-keyring/files/patch-common_gkr-daemon-util.h new file mode 100644 index 000000000..ebc3f9680 --- /dev/null +++ b/security/gnome-keyring/files/patch-common_gkr-daemon-util.h @@ -0,0 +1,11 @@ +--- common/gkr-daemon-util.h.orig 2008-08-04 13:36:06.000000000 -0400 ++++ common/gkr-daemon-util.h 2008-08-04 13:36:18.000000000 -0400 +@@ -26,6 +26,8 @@ + + G_BEGIN_DECLS + ++#include <sys/types.h> ++ + #include <glib.h> + #include <glib-object.h> + |