]> git.lyx.org Git - lyx.git/blobdiff - src/support/gzstream.h
Implement native reading of mo files.
[lyx.git] / src / support / gzstream.h
index 0adeb62a99b89f4ab89e562da744d7a896ac07c0..858784dae94ea018a2e9dc2546924c439fc35712 100644 (file)
@@ -32,9 +32,7 @@
 // standard C++ with new header file names and std:: namespace
 #include <iostream>
 #include <fstream>
-#ifdef HAVE_ZLIB_H
-# include <zlib.h>
-#endif
+#include <zlib.h>
 
 // For LyX
 #define GZSTREAM_NAMESPACE gz