From: Constantin Kaplinsky Date: Tue, 30 May 2006 06:15:20 +0000 (+0000) Subject: Fixed include path for libjpeg.h, to allow including headers from the installed versi... X-Git-Tag: v0.0.90~384^2~267 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e19ac6dbd8741ab76b2992386660a717bd8680ba;p=tigervnc.git Fixed include path for libjpeg.h, to allow including headers from the installed version of the JPEG library. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@605 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- diff --git a/common/rfb/TightEncoder.h b/common/rfb/TightEncoder.h index 9c11eaff..97731350 100644 --- a/common/rfb/TightEncoder.h +++ b/common/rfb/TightEncoder.h @@ -25,7 +25,7 @@ // FIXME: Check if specifying extern "C" is really necessary. #include extern "C" { -#include "jpeg/jpeglib.h" +#include } namespace rfb {