]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/decode_binobj.cxx
Use the original filename for the compressed image message.
[simgear.git] / simgear / io / decode_binobj.cxx
index 8560a855fb6623f08957a76736862d0888746301..0c4a99226841cb3655200bca76bfc6b2e884382d 100644 (file)
@@ -4,8 +4,13 @@
 
 #include <simgear/compiler.h>
 
+#ifndef _WIN32
 #include <unistd.h>
+#endif
+
 #include <iostream>
+#include <cstdlib>
+#include <cstdio>
 
 #include "sg_binobj.hxx"