Added filio.h include for solaris build.

This commit is contained in:
Janet B. Anderson
1995-11-13 16:55:03 +00:00
parent a3652fd54e
commit 25a6340993
+7
View File
@@ -47,6 +47,9 @@
* .09 050494 pg HPUX port changes.
* .10 021694 joh ANSI C
* $Log$
* Revision 1.16 1995/11/08 23:48:26 jhill
* improvents for better client reconnect
*
*/
static char *pSCCSID = "@(#)iocLogServer.c 1.9\t05/05/94";
@@ -66,6 +69,10 @@ static char *pSCCSID = "@(#)iocLogServer.c 1.9\t05/05/94";
#include <netinet/in.h>
#include <netdb.h>
# ifdef SOLARIS
# include <sys/filio.h>
# endif
#include <bsdProto.h>
#include <envDefs.h>