summaryrefslogtreecommitdiffstats
path: root/libvncserver/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvncserver/private.h')
-rw-r--r--libvncserver/private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libvncserver/private.h b/libvncserver/private.h
index 594512e..8865e81 100644
--- a/libvncserver/private.h
+++ b/libvncserver/private.h
@@ -13,7 +13,11 @@ rfbClientPtr rfbClientIteratorHead(rfbClientIteratorPtr i);
/* from tight.c */
+#ifdef LIBVNCSERVER_HAVE_LIBZ
+#ifdef LIBVNCSERVER_HAVE_LIBJPEG
extern void rfbTightCleanup(rfbScreenInfoPtr screen);
+#endif
+#endif
/* from zrle.c */