PR/42252 -- Add #include <sys/types.h> to build on 4.0.
This commit is contained in:
parent
2b8c961126
commit
d5ddcf826c
2 changed files with 15 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.5 2010/11/29 18:33:29 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.6 2011/10/30 16:21:11 shattered Exp $
|
||||
|
||||
SHA1 (vinagre-2.30.3.tar.gz) = ec039950356b7fc6c82f97951b6b18bccd65942c
|
||||
RMD160 (vinagre-2.30.3.tar.gz) = 37337f98445ba88e1aa7f736b1e65e83c6894c21
|
||||
Size (vinagre-2.30.3.tar.gz) = 2986840 bytes
|
||||
SHA1 (patch-aa) = 147fdf31b80e111a9f314329c554f4e704721541
|
||||
|
|
13
net/vinagre/patches/patch-aa
Normal file
13
net/vinagre/patches/patch-aa
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-aa,v 1.1 2011/10/30 16:21:11 shattered Exp $
|
||||
|
||||
--- plugins/vnc/vinagre-vnc-listener-dialog.c.orig 2010-09-28 12:08:14.000000000 +0000
|
||||
+++ plugins/vnc/vinagre-vnc-listener-dialog.c
|
||||
@@ -20,6 +20,8 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
+#include <sys/types.h>
|
||||
+
|
||||
#include <net/if.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <netinet/in.h>
|
Loading…
Reference in a new issue