blob: faa8873a2bfac6aad2aa7b526a4df4accfb820e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ad,v 1.1 2011/11/26 17:14:54 marino Exp $
--- server/libvncserver/rfb/rfb.h.orig 2011-05-02 16:07:11.000000000 +0000
+++ server/libvncserver/rfb/rfb.h
@@ -45,6 +45,10 @@ extern "C"
#include <sys/types.h>
#endif
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+
#ifndef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
|