diff --git a/src/util/iocLogServer.c b/src/util/iocLogServer.c index aa0fa4744..9d88131bb 100644 --- a/src/util/iocLogServer.c +++ b/src/util/iocLogServer.c @@ -47,6 +47,9 @@ * .09 050494 pg HPUX port changes. * .10 021694 joh ANSI C * $Log$ + * Revision 1.40 2000/11/08 03:56:28 jhill + * fixed SO_REUSEADDR WIN32 strangeness + * * Revision 1.39 2000/10/11 22:23:30 jhill * configure that WINSOCK is very different about SO_REUSEADDR * @@ -135,6 +138,7 @@ static char *pSCCSID = "@(#)iocLogServer.c 1.9\t05/05/94"; #include #include #include +#include #ifdef UNIX #include