11 lines
197 B
Text
11 lines
197 B
Text
Index: examples/repeater.c
|
|
--- examples/repeater.c.orig
|
|
+++ examples/repeater.c
|
|
@@ -24,6 +24,7 @@
|
|
|
|
*/
|
|
|
|
+#include <sys/socket.h>
|
|
#include <rfb/rfb.h>
|
|
|
|
static void clientGone(rfbClientPtr cl)
|