Make sure sys/socket.h is included before netinet/in.h (required by

OpenWatcom C)
This commit is contained in:
Dan Fandrich 2008-11-29 00:26:07 +00:00
Родитель 31a3f064c0
Коммит f33f8eee26
6 изменённых файлов: 16 добавлений и 1 удалений

Просмотреть файл

@ -51,8 +51,8 @@
# include <winsock2.h>
# include <ws2tcpip.h>
#else
#include <netinet/in.h>
#include <sys/socket.h>
#include <netinet/in.h>
#endif
#ifdef __cplusplus

Просмотреть файл

@ -17,6 +17,9 @@
#include "setup.h"
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif

Просмотреть файл

@ -17,6 +17,9 @@
#include "setup.h"
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif

Просмотреть файл

@ -17,6 +17,9 @@
#include "setup.h"
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif

Просмотреть файл

@ -17,6 +17,9 @@
#include "setup.h"
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif

Просмотреть файл

@ -17,6 +17,9 @@
#include "setup.h"
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif