]> git.mxchange.org Git - flightgear.git/commitdiff
Add includes for MacOS X
authorehofman <ehofman>
Thu, 20 Mar 2003 08:51:01 +0000 (08:51 +0000)
committerehofman <ehofman>
Thu, 20 Mar 2003 08:51:01 +0000 (08:51 +0000)
src/MultiPlayer/multiplayrxmgr.cxx
src/MultiPlayer/multiplaytxmgr.cxx

index 7fc34a80622104fd3fceb10ac2e755f967e0d317..28d38e29376c6d2d80de42ac0152f29eec487b90 100644 (file)
@@ -50,6 +50,7 @@
 *
 ******************************************************************/
 
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
index 8a8256b2338eb4383f10a38f2010dad721c0cc12..59a8991caef2270d72213c24e7bfa1bcaa73de17 100644 (file)
@@ -30,6 +30,7 @@
 *
 ******************************************************************/
 
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>