diff --git a/C/src/xplaneConnect.c b/C/src/xplaneConnect.c index 44e2957..77a8426 100755 --- a/C/src/xplaneConnect.c +++ b/C/src/xplaneConnect.c @@ -38,6 +38,7 @@ // CONTRIBUTORS // CT: Christopher Teubert (christopher.a.teubert@nasa.gov) // JW: Jason Watkins (jason.w.watkins@nasa.gov) + #include "xplaneConnect.h" #include @@ -46,7 +47,12 @@ #include #include #include + +#ifdef _WIN32 #include +#else +#include +#endif int sendUDP(XPCSocket sock, char buffer[], int len); int readUDP(XPCSocket sock, char buffer[], int len); diff --git a/xpcPlugin/XPlaneConnect/mac.xpl b/xpcPlugin/XPlaneConnect/mac.xpl index c466da2..77d712f 100755 Binary files a/xpcPlugin/XPlaneConnect/mac.xpl and b/xpcPlugin/XPlaneConnect/mac.xpl differ