Include jpeglibmangler.h
The previous change bbb8282 unintentionally removed lines to include
jpeglibmangler.h and it broke the build flag named use_system_libjpeg.
This change rewinds removed lines to fix the issue.
Change-Id: I22e258e3815cdacc4a7e03571ee8f73d7a07dfb5
diff --git a/jpeglib.h b/jpeglib.h
index d7664f0..979ef7c 100644
--- a/jpeglib.h
+++ b/jpeglib.h
@@ -18,6 +18,10 @@
#ifndef JPEGLIB_H
#define JPEGLIB_H
+/* Begin chromium edits */
+#include "jpeglibmangler.h"
+/* End chromium edits */
+
/*
* First we include the configuration files that record how this
* installation of the JPEG library is set up. jconfig.h can be