Blob Blame History Raw
Index: gdal-2.2.3-fedora/frmts/mrf/mrf_band.cpp
===================================================================
--- gdal-2.2.3-fedora.orig/frmts/mrf/mrf_band.cpp
+++ gdal-2.2.3-fedora/frmts/mrf/mrf_band.cpp
@@ -49,7 +49,7 @@
 
 #include <vector>
 #include <assert.h>
-#include "../zlib/zlib.h"
+#include <zlib.h>
 
 CPL_CVSID("$Id: mrf_band.cpp 37663 2017-03-09 20:42:19Z lplesea $");