]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/fg_file.hxx
UIUC flight model contribution. This is based on LaRCsim, but can read
[flightgear.git] / src / Network / fg_file.hxx
index f7409948b6d632b9907d4d23d82caf6e04166c0a..4029825a5d8ed0be05a14ba831c66cf37786a7db 100644 (file)
@@ -36,7 +36,9 @@
 #include <sys/types.h>         // for open(), read(), write(), close()
 #include <sys/stat.h>          // for open(), read(), write(), close()
 #include <fcntl.h>             // for open(), read(), write(), close()
-#include <unistd.h>            // for open(), read(), write(), close()
+#if !defined( _MSC_VER )
+#  include <unistd.h>          // for open(), read(), write(), close()
+#endif
 
 #include "iochannel.hxx"
 #include "protocol.hxx"