Skip to content

Commit 0226364

Browse files
committed
libvncclient: include header for tjDestroy()
1 parent 900758e commit 0226364

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

libvncclient/vncviewer.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
#include <time.h>
4040
#include <rfb/rfbclient.h>
4141
#include "tls.h"
42+
#if defined(LIBVNCSERVER_HAVE_LIBZ) && defined(LIBVNCSERVER_HAVE_LIBJPEG)
43+
#include "turbojpeg.h"
44+
#endif
4245

4346
static void Dummy(rfbClient* client) {
4447
}

0 commit comments

Comments
 (0)