16 lines
352 B
Plaintext
16 lines
352 B
Plaintext
$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
|