Include <sys/select.h>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@62 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Unknown User d91-jda
1995-07-20 01:42:34 +00:00
parent 7e74510103
commit a59b3fadbd
3 changed files with 9 additions and 0 deletions

View File

@@ -38,6 +38,9 @@ static char sccsid[] = "@(#)network.c 8.2 (Berkeley) 12/15/93";
#include <config.h>
#include <sys/types.h>
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
#include <sys/socket.h>
#include <sys/time.h>

View File

@@ -45,6 +45,9 @@ static char sccsid[] = "@(#)sys_bsd.c 8.4 (Berkeley) 5/30/95";
#include <fcntl.h>
#include <sys/types.h>
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
#include <sys/time.h>
#include <sys/socket.h>
#include <signal.h>

View File

@@ -42,6 +42,9 @@ static char sccsid[] = "@(#)utilities.c 8.3 (Berkeley) 5/30/95";
#define SLC_NAMES
#include <arpa/telnet.h>
#include <sys/types.h>
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
#include <sys/time.h>
#include <ctype.h>