diff options
| -rw-r--r-- | rfb/rfbproto.h | 1 | ||||
| -rw-r--r-- | vncterm/LinuxVNC.c | 1 | ||||
| -rw-r--r-- | vncterm/VNConsole.c | 1 |
3 files changed, 2 insertions, 1 deletions
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 <rfb/rfbconfig.h> #include <rfb/rfbint.h> #endif -#include <rfb/keysym.h> #ifdef LIBVNCSERVER_HAVE_LIBZ #include <zlib.h> 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 <rfb/keysym.h> #include "VNConsole.h" #include "vga.h" #include <fcntl.h> 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 <stdarg.h> +#include <rfb/keysym.h> #include "VNConsole.h" #define DEBUG(x) |
