Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / external / pdfium / system-zlib.patch.1
blobcbac836ea02e6d0991c7f98888f44e3091ec99a5
1 diff --git a/core/fxcodec/codec/fx_codec_flate.cpp b/core/fxcodec/codec/fx_codec_flate.cpp
2 index c73703f..ea601af 100644
3 --- a/core/fxcodec/codec/fx_codec_flate.cpp
4 +++ b/core/fxcodec/codec/fx_codec_flate.cpp
5 @@ -15,7 +15,7 @@
6  #include "core/fxcrt/fx_ext.h"
7  #include "third_party/base/numerics/safe_conversions.h"
8  #include "third_party/base/ptr_util.h"
9 -#include "third_party/zlib/zlib.h"
10 +#include "zlib.h"
12  extern "C" {