Closes #230
@ -23,6 +23,8 @@
#ifdef LIBVNCSERVER_HAVE_LIBZ
#ifdef LIBVNCSERVER_HAVE_LIBJPEG
#include "turbojpeg.h"
/*
* tight.c - handle ``tight'' encoding.
*
@ -52,7 +52,6 @@
#endif
#include <rfb/rfbproto.h>
#include <rfb/keysym.h>
#ifdef LIBVNCSERVER_HAVE_SASL
#include <sasl/sasl.h>
@ -428,7 +427,7 @@ typedef struct _rfbClient {
/** JPEG decoder state. */
tjhandle tjhnd;
void *tjhnd;