diff options
-rw-r--r-- | perform/zip_perf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perform/zip_perf.c b/perform/zip_perf.c index f5d410c..614f5a1 100644 --- a/perform/zip_perf.c +++ b/perform/zip_perf.c @@ -28,7 +28,7 @@ #include "hdf5.h" #include "h5tools_utils.h" -#if !(defined(H5_HAVE_COMPRESS2) && defined(H5_HAVE_ZLIB_H) && defined(H5_HAVE_LIBZ)) +#if defined(H5_HAVE_COMPRESS2) && defined(H5_HAVE_ZLIB_H) && defined(H5_HAVE_LIBZ) #include <zlib.h> |