]> source.dussan.org Git - tigervnc.git/commitdiff
Fixed include path for libjpeg.h, to allow including headers from the installed versi...
authorConstantin Kaplinsky <const@tightvnc.com>
Tue, 30 May 2006 06:15:20 +0000 (06:15 +0000)
committerConstantin Kaplinsky <const@tightvnc.com>
Tue, 30 May 2006 06:15:20 +0000 (06:15 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@605 3789f03b-4d11-0410-bbf8-ca57d06f2519

common/rfb/TightEncoder.h

index 9c11eaffe21d0d4980f3b46a00e6e13dcd5b8340..977313508641e77c6ad1384dae034c100d9fe808 100644 (file)
@@ -25,7 +25,7 @@
 // FIXME: Check if specifying extern "C" is really necessary.
 #include <stdio.h>
 extern "C" {
-#include "jpeg/jpeglib.h"
+#include <jpeglib.h>
 }
 
 namespace rfb {