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 9c11eaf..9773135 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 {