9eae09a7d5
From the website: VNC Reflector is a specialized VNC server which acts as a proxy sitting between real VNC server (a host) and a number of VNC clients. It was designed to work efficiently with large number of clients.
13 lines
284 B
C
13 lines
284 B
C
|
|
$FreeBSD$
|
|
|
|
--- region.c.orig
|
|
+++ region.c
|
|
@@ -70,6 +70,7 @@
|
|
* *
|
|
*****************************************************************/
|
|
|
|
+#include <sys/types.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|