[PATCH] include <sys/time.h> in sftp-method



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 <chris gnome-de org>
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>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]