ObjFW  Diff

Differences From Artifact [2b4aae9d25]:

To Artifact [a9f231c148]:


30
31
32
33
34
35
36



37
38
39
40
41
42
43
# include <sys/socket.h>
#endif
#ifdef OF_HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif
#ifdef OF_HAVE_NETINET_TCP_H
# include <netinet/tcp.h>



#endif
#ifdef OF_HAVE_NETIPX_IPX_H
# include <netipx/ipx.h>
#endif

#ifdef OF_WINDOWS
# include <windows.h>







>
>
>







30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# include <sys/socket.h>
#endif
#ifdef OF_HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif
#ifdef OF_HAVE_NETINET_TCP_H
# include <netinet/tcp.h>
#endif
#ifdef OF_HAVE_NETINET_SCTP_H
# include <netinet/sctp.h>
#endif
#ifdef OF_HAVE_NETIPX_IPX_H
# include <netipx/ipx.h>
#endif

#ifdef OF_WINDOWS
# include <windows.h>