]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/zfstream.hxx
Updates to build system to better support automake-1.5
[simgear.git] / simgear / misc / zfstream.hxx
index 0b281456549d294b7e7aa152258f31c3985c6636..1dd3669e1b1853af6dcfccd72163689b0b975d9a 100644 (file)
 #ifndef _zfstream_hxx
 #define _zfstream_hxx
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include <simgear/compiler.h>
 
 #ifdef HAVE_ZLIB
@@ -188,7 +184,7 @@ struct gzifstream_base
 {
     gzifstream_base() {}
 
-    Gzfilebuf gzbuf;
+    gzfilebuf gzbuf;
 };
 
 #endif // _zfstream_hxx