=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2018/io/tcpf.c,v retrieving revision 1.2 retrieving revision 1.4 diff -u -p -r1.2 -r1.4 --- OpenXM_contrib2/asir2018/io/tcpf.c 2018/09/28 08:20:29 1.2 +++ OpenXM_contrib2/asir2018/io/tcpf.c 2020/01/09 01:47:41 1.4 @@ -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.3 2019/03/28 06:46:04 ohara 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" @@ -78,7 +80,7 @@ static struct m_c { } *m_c_tab; static int m_c_i,m_c_s; -int I_am_server; +extern int I_am_server; extern int little_endian;