Attached is a trivial patch that fixes bug 32135 [1]. OK to commit? [1] http://bugzilla.gnome.org/show_bug.cgi?id=325135
-- Christian Neumair <[EMAIL PROTECTED]>
Index: modules/sftp-method.c =================================================================== RCS file: /cvs/gnome/gnome-vfs/modules/sftp-method.c,v retrieving revision 1.39 diff -u -p -r1.39 sftp-method.c --- modules/sftp-method.c 9 Feb 2006 16:57:11 -0000 1.39 +++ modules/sftp-method.c 23 Feb 2006 15:49:18 -0000 @@ -65,6 +65,7 @@ #include <netinet/in.h> #include <errno.h> #include <stdlib.h> +#include <sys/time.h> #include <glib/gi18n-lib.h>
_______________________________________________ gnome-vfs-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-vfs-list
