]> 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 a5995b0e4499b13a100f40d754fefdf9713b3b9b..4029825a5d8ed0be05a14ba831c66cf37786a7db 100644 (file)
 # error This library requires C++
 #endif
 
-#include "Include/compiler.h"
+#include <simgear/compiler.h>
 
 #include <string>
 
 #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"