Skip to content
Snippets Groups Projects
Commit 25a63409 authored by Janet B. Anderson's avatar Janet B. Anderson
Browse files

Added filio.h include for solaris build.

parent a3652fd5
No related branches found
Tags R3.12.2
No related merge requests found
...@@ -47,6 +47,9 @@ ...@@ -47,6 +47,9 @@
* .09 050494 pg HPUX port changes. * .09 050494 pg HPUX port changes.
* .10 021694 joh ANSI C * .10 021694 joh ANSI C
* $Log$ * $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"; static char *pSCCSID = "@(#)iocLogServer.c 1.9\t05/05/94";
...@@ -66,6 +69,10 @@ 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 <netinet/in.h>
#include <netdb.h> #include <netdb.h>
# ifdef SOLARIS
# include <sys/filio.h>
# endif
#include <bsdProto.h> #include <bsdProto.h>
#include <envDefs.h> #include <envDefs.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment