Fixed bug #27020 (Compile failure; sys/select.h: No such file or directory)

This commit is contained in:
foobar 2004-01-25 06:09:36 +00:00
parent 733e2dae08
commit 2a05750281

View File

@ -52,8 +52,12 @@
#include <sys/socket.h>
#include "netware/param.h"
#else
#if HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
#if HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
#if defined(NETWARE) && defined(USE_WINSOCK)
#include <novsock2.h>
#else