diff options
Diffstat (limited to 'third_party/libtiff/tif_zip.c')
-rw-r--r-- | third_party/libtiff/tif_zip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libtiff/tif_zip.c b/third_party/libtiff/tif_zip.c index 0625bf179f..8c35aea83d 100644 --- a/third_party/libtiff/tif_zip.c +++ b/third_party/libtiff/tif_zip.c @@ -47,7 +47,7 @@ * last found at ftp://ftp.uu.net/pub/archiving/zip/zlib/zlib-0.99.tar.gz. */ #include "tif_predict.h" -#include "../zlib_v1211/zlib.h" +#include "zlib.h" #include <stdio.h> |