missing include for XTest

pull/1/head
dscho 23 years ago
parent 0c0111d6a4
commit 99d964e048

@ -9,8 +9,8 @@ VNCSERVERLIB=-L. -lvncserver -L/usr/local/lib -lz -ljpeg
# The code for 3 Bytes/Pixel is not very efficient!
FLAG24 = -DALLOW24BPP
OPTFLAGS=-g # -Wall
#OPTFLAGS=-O2 -Wall
#OPTFLAGS=-g # -Wall
OPTFLAGS=-O2 -Wall
CFLAGS=$(OPTFLAGS) $(PTHREADDEF) $(FLAG24) $(INCLUDES)
RANLIB=ranlib

@ -4,6 +4,7 @@
#include <X11/Xlib.h>
#include <X11/keysym.h>
#include <X11/extensions/XTest.h>
#ifndef NO_SHM
#include <X11/extensions/XShm.h>
#include <sys/shm.h>

Loading…
Cancel
Save