$OpenBSD: patch-vinagre_vinagre-bookmarks_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-bookmarks.c.orig	Wed Sep 28 20:06:07 2011
+++ vinagre/vinagre-bookmarks.c	Wed Sep 28 20:06:17 2011
@@ -30,6 +30,7 @@
 #include "vinagre-bookmarks-migration.h"
 #include "vinagre-connection.h"
 #include "vinagre-plugins-engine.h"
+#include "vinagre-utils.h"
 
 struct _VinagreBookmarksPrivate
 {
