$OpenBSD: patch-vinagre_vinagre-ssh_c,v 1.6 2011/10/18 14:26:44 jasper Exp $

Fix crasher on 64-bit arches due to pointer truncation.
https://bugzilla.gnome.org/show_bug.cgi?id=652531

--- vinagre/vinagre-ssh.c.orig	Tue Oct 18 11:32:25 2011
+++ vinagre/vinagre-ssh.c	Tue Oct 18 11:32:44 2011
@@ -22,6 +22,7 @@
 #include <config.h>
 
 #include "vinagre-ssh.h"
+#include "vinagre-utils.h"
 #include "pty_open.h"
 
 #ifdef G_OS_WIN32
