--- library/gnome-keyring.c.orig 2008-03-27 10:50:03.000000000 +0100 +++ library/gnome-keyring.c 2008-03-27 11:06:27.000000000 +0100 @@ -1779,6 +1779,7 @@ gnome_keyring_daemon_set_display_sync (c * Return value: %GNOME_KEYRING_RESULT_OK if the operation was succcessful or * an error result otherwise. **/ +extern char **environ; GnomeKeyringResult gnome_keyring_daemon_prepare_environment_sync (void) { stsp@ted [gnome-keyring] $