summaryrefslogtreecommitdiffstats
path: root/external/pdfium/system-zlib.patch.1
diff options
context:
space:
mode:
Diffstat (limited to 'external/pdfium/system-zlib.patch.1')
-rw-r--r--external/pdfium/system-zlib.patch.113
1 files changed, 13 insertions, 0 deletions
diff --git a/external/pdfium/system-zlib.patch.1 b/external/pdfium/system-zlib.patch.1
new file mode 100644
index 000000000000..9197fd2bab90
--- /dev/null
+++ b/external/pdfium/system-zlib.patch.1
@@ -0,0 +1,13 @@
+diff --git a/core/fxcodec/codec/fx_codec_flate.cpp b/core/fxcodec/codec/fx_codec_flate.cpp
+index c73703f..ea601af 100644
+--- a/core/fxcodec/codec/fx_codec_flate.cpp
++++ b/core/fxcodec/codec/fx_codec_flate.cpp
+@@ -15,7 +15,7 @@
+ #include "core/fxcrt/fx_ext.h"
+ #include "third_party/base/numerics/safe_conversions.h"
+ #include "third_party/base/ptr_util.h"
+-#include "third_party/zlib_v128/zlib.h"
++#include "zlib.h"
+
+ extern "C" {
+