From 6dd263946ebb9cf1e10151d29d229ed523d490e0 Mon Sep 17 00:00:00 2001 From: dscho Date: Tue, 12 Sep 2006 15:52:18 +0000 Subject: [PATCH] do not always include rfb/keysym.h --- rfb/rfbproto.h | 1 - vncterm/LinuxVNC.c | 1 + vncterm/VNConsole.c | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/rfb/rfbproto.h b/rfb/rfbproto.h index 6c68cbf..faab766 100644 --- a/rfb/rfbproto.h +++ b/rfb/rfbproto.h @@ -59,7 +59,6 @@ #include #include #endif -#include #ifdef LIBVNCSERVER_HAVE_LIBZ #include diff --git a/vncterm/LinuxVNC.c b/vncterm/LinuxVNC.c index bfff739..2534341 100644 --- a/vncterm/LinuxVNC.c +++ b/vncterm/LinuxVNC.c @@ -1,3 +1,4 @@ +#include #include "VNConsole.h" #include "vga.h" #include diff --git a/vncterm/VNConsole.c b/vncterm/VNConsole.c index b25c4bd..720a42e 100644 --- a/vncterm/VNConsole.c +++ b/vncterm/VNConsole.c @@ -1,4 +1,5 @@ #include +#include #include "VNConsole.h" #define DEBUG(x)