$OpenBSD: patch-vinagre_vinagre-cache-prefs_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-cache-prefs.c.orig	Wed Sep 28 20:14:54 2011
+++ vinagre/vinagre-cache-prefs.c	Wed Sep 28 20:15:20 2011
@@ -21,6 +21,7 @@
 #include <config.h>
 #include <glib/gi18n.h>
 #include "vinagre-cache-prefs.h"
+#include "vinagre-utils.h"
 
 static GKeyFile *keyfile = NULL;
 static char* filename = NULL;
