diff options
author | Constantin Kaplinsky <const@tightvnc.com> | 2006-05-30 06:15:20 +0000 |
---|---|---|
committer | Constantin Kaplinsky <const@tightvnc.com> | 2006-05-30 06:15:20 +0000 |
commit | e19ac6dbd8741ab76b2992386660a717bd8680ba (patch) | |
tree | df9cb84df46cc5e3484d3634d20880b8f4cee33f /common/rfb/TightEncoder.h | |
parent | c41573351f443358e2eb43017122cede28c1aec8 (diff) | |
download | tigervnc-e19ac6dbd8741ab76b2992386660a717bd8680ba.tar.gz tigervnc-e19ac6dbd8741ab76b2992386660a717bd8680ba.zip |
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
Diffstat (limited to 'common/rfb/TightEncoder.h')
-rw-r--r-- | common/rfb/TightEncoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdio.h> extern "C" { -#include "jpeg/jpeglib.h" +#include <jpeglib.h> } namespace rfb { |