13 lines
217 B
Text
13 lines
217 B
Text
|
Index: libvncserver/main.c
|
||
|
--- libvncserver/main.c.orig
|
||
|
+++ libvncserver/main.c
|
||
|
@@ -20,6 +20,8 @@
|
||
|
#include <stdarg.h>
|
||
|
#include <errno.h>
|
||
|
|
||
|
+#include <sys/socket.h>
|
||
|
+
|
||
|
#ifndef false
|
||
|
#define false 0
|
||
|
#define true -1
|