aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeiichi Enomoto <enm10k@gmail.com>2021-02-23 20:21:54 +0900
committerChris Blume <cblume@chromium.org>2021-02-23 19:46:05 +0000
commit7b4981b6500ccba10733c352b9ed2dad14ce3c73 (patch)
tree184d47d7027471af31d2cbe64918129998beba72
parent07a7d24ba3c91fa695d4f2b65f0788c0c80c7928 (diff)
downloadlibjpeg-turbo-7b4981b6500ccba10733c352b9ed2dad14ce3c73.tar.gz
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
-rw-r--r--jpeglib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/jpeglib.h b/jpeglib.h
index d7664f06..979ef7c8 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