diff options
Diffstat (limited to 'vncterm')
-rw-r--r-- | vncterm/LinuxVNC.c | 1 | ||||
-rw-r--r-- | vncterm/VNConsole.c | 1 |
2 files changed, 2 insertions, 0 deletions
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) |