=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2018/io/tcpf.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- OpenXM_contrib2/asir2018/io/tcpf.c 2018/09/28 08:20:29 1.2 +++ OpenXM_contrib2/asir2018/io/tcpf.c 2019/03/28 06:46:04 1.3 @@ -44,18 +44,20 @@ * OF THE SOFTWARE HAS BEEN DEVELOPED BY A THIRD PARTY, THE THIRD PARTY * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. - * $OpenXM: OpenXM_contrib2/asir2018/io/tcpf.c,v 1.1 2018/09/19 05:45:08 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2018/io/tcpf.c,v 1.2 2018/09/28 08:20:29 noro Exp $ */ #include "ca.h" #include "parse.h" #include "com.h" #include #include -#include -#include #include +#if !defined(VISUAL) && !defined(__MINGW32__) #include +#include +#include #include +#endif #include "ox.h"