]> git.mxchange.org Git - flightgear.git/commitdiff
Win32 fix
authorfredb <fredb>
Sun, 2 Dec 2007 12:29:29 +0000 (12:29 +0000)
committerfredb <fredb>
Sun, 2 Dec 2007 12:29:29 +0000 (12:29 +0000)
src/Input/fgjs.cxx

index 7e1bf790d88252f8bcdc586af511c3624ba70207..74a89620572eaf715774ec20f8231af6371d9ffb 100644 (file)
 
 #include <simgear/compiler.h>
 
+#ifdef _MSC_VER
+#include <Winsock2.h>
+#endif
+
 #include <math.h>
 
 #include STL_IOSTREAM