summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/pdfium/third_party/lcms/0001-fix-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/pdfium/third_party/lcms/0001-fix-include.patch')
-rw-r--r--chromium/third_party/pdfium/third_party/lcms/0001-fix-include.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium/third_party/pdfium/third_party/lcms/0001-fix-include.patch b/chromium/third_party/pdfium/third_party/lcms/0001-fix-include.patch
new file mode 100644
index 00000000000..d95dba6ee26
--- /dev/null
+++ b/chromium/third_party/pdfium/third_party/lcms/0001-fix-include.patch
@@ -0,0 +1,13 @@
+diff --git a/third_party/lcms/src/lcms2_internal.h b/third_party/lcms/src/lcms2_internal.h
+index 727cb06e3..115ac5970 100644
+--- a/third_party/lcms/src/lcms2_internal.h
++++ b/third_party/lcms/src/lcms2_internal.h
+@@ -28,7 +28,7 @@
+
+ // Include plug-in foundation
+ #ifndef _lcms_plugin_H
+-# include "lcms2_plugin.h"
++# include "third_party/lcms/include/lcms2_plugin.h"
+ #endif
+
+ // ctype is part of C99 as per 7.1.2