diff options
author | Christian Beier <dontmind@freeshell.org> | 2018-09-27 20:37:06 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2018-09-27 21:00:50 +0200 |
commit | e611616723035d2345cf27e43c8b2eef958d5696 (patch) | |
tree | 23654551e39b17df6e46df65f382c77a8732947c /libvncclient | |
parent | 5c968dd8a4679817c472cbe53b118b913ea8b25c (diff) | |
download | libtdevnc-e611616723035d2345cf27e43c8b2eef958d5696.tar.gz libtdevnc-e611616723035d2345cf27e43c8b2eef958d5696.zip |
Remove the turbojpeg.h dependency from public headers
Closes #230
Diffstat (limited to 'libvncclient')
-rw-r--r-- | libvncclient/tight.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libvncclient/tight.c b/libvncclient/tight.c index 64883e5..df01812 100644 --- a/libvncclient/tight.c +++ b/libvncclient/tight.c @@ -23,6 +23,8 @@ #ifdef LIBVNCSERVER_HAVE_LIBZ #ifdef LIBVNCSERVER_HAVE_LIBJPEG +#include "turbojpeg.h" + /* * tight.c - handle ``tight'' encoding. * |