$OpenBSD: patch-vinagre_vinagre-connection_c,v 1.1 2011/09/29 06:58:14 jasper Exp $

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

--- vinagre/vinagre-connection.c.orig	Wed Sep 28 20:09:53 2011
+++ vinagre/vinagre-connection.c	Wed Sep 28 20:10:02 2011
@@ -27,6 +27,7 @@
 #include "vinagre-connection.h"
 #include "vinagre-bookmarks.h"
 #include "vinagre-plugins-engine.h"
+#include "vinagre-utils.h"
 
 struct _VinagreConnectionPrivate
 {
