diff --git a/motorApp/NewportSrc/Socket.h b/motorApp/NewportSrc/Socket.h index 2e39b0cf..c83d500f 100755 --- a/motorApp/NewportSrc/Socket.h +++ b/motorApp/NewportSrc/Socket.h @@ -1,7 +1,9 @@ /////////////////////////////////////////////////////////////////////////////// // Socket.h +#ifdef _WIN #include // MFC socket extensions +#endif int ConnectToServer (char *Ip_Address, int Ip_Port, double TimeOut); void SetTCPTimeout (int SocketID, double Timeout);