summaryrefslogtreecommitdiffstats
path: root/base/gfx/jpeg_codec.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/gfx/jpeg_codec.cc')
-rw-r--r--base/gfx/jpeg_codec.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gfx/jpeg_codec.cc b/base/gfx/jpeg_codec.cc
index f78d5af..cd82ff3 100644
--- a/base/gfx/jpeg_codec.cc
+++ b/base/gfx/jpeg_codec.cc
@@ -11,7 +11,7 @@
#include "skia/include/SkBitmap.h"
extern "C" {
-#include "jpeglib.h"
+#include "third_party/libjpeg/jpeglib.h"
}
// Encoder/decoder shared stuff ------------------------------------------------