From aa8e36e01565a2d71d0eb97ec09efa0821d49fd9 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 28 Jun 2001 16:19:06 +0000 Subject: [PATCH] Added include for time.h. --- src/util/iocLogServer.c | 4 ++++ 1 file changed, 4 insertions(+) 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