1
1

added sys/select.h include to samples for fd_set on NetWare.

Этот коммит содержится в:
Guenter Knauf 2009-09-06 06:15:29 +02:00
родитель 4b482eddbe
Коммит 1f8d58a4ce
4 изменённых файлов: 12 добавлений и 0 удалений

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

@ -21,6 +21,9 @@
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#ifdef HAVE_SYS_SELECT_H
# include <sys/select.h>
#endif
# ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif

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

@ -22,6 +22,9 @@
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#ifdef HAVE_SYS_SELECT_H
# include <sys/select.h>
#endif
# ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif

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

@ -22,6 +22,9 @@
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#ifdef HAVE_SYS_SELECT_H
# include <sys/select.h>
#endif
# ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif

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

@ -24,6 +24,9 @@
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#ifdef HAVE_SYS_SELECT_H
# include <sys/select.h>
#endif
# ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif