]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/zfstream.cxx
Fixed mingw build.
[simgear.git] / simgear / misc / zfstream.cxx
index 0df3c81037fc6e4b3ef2f4a316332a44453c20af..0b75eb55fc54304ed676e52cdcded5f175efa48c 100644 (file)
 
 #include <simgear/compiler.h>
 
-#ifdef SG_HAVE_STD_INCLUDES
-# include <cerrno>
-#else
-# include <errno.h>
-#endif
+#include <cerrno>
 #include <memory.h>
 #include <stdio.h>
 
@@ -171,7 +167,7 @@ gzfilebuf::close()
 
 
 std::streampos
-gzfilebuf::seekoff( std::streamoff, ios_seekdir, int )
+gzfilebuf::seekoff( std::streamoff, ios_seekdir, ios_openmode )
 {
     return std::streampos(EOF);
 }