openbsd-ports/x11/gnome/vinagre/patches/patch-plugins_vnc_vinagre-vnc-tunnel_c
2010-04-24 09:45:22 +00:00

12 lines
361 B
Plaintext

$OpenBSD: patch-plugins_vnc_vinagre-vnc-tunnel_c,v 1.1 2010/04/24 09:45:22 ajacoutot Exp $
--- plugins/vnc/vinagre-vnc-tunnel.c.orig Sat Apr 24 11:15:11 2010
+++ plugins/vnc/vinagre-vnc-tunnel.c Sat Apr 24 11:15:30 2010
@@ -20,6 +20,7 @@
*/
#include <config.h>
+#include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <unistd.h>