From 8e34d8cc437234bb300e11c37e2a2153ef2170c7 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Sat, 2 Nov 1996 02:52:54 +0000 Subject: [PATCH] use osiSock.h to get proto for gettimeofday() for now --- src/libCom/os/generic/osdTime.cc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/libCom/os/generic/osdTime.cc b/src/libCom/os/generic/osdTime.cc index e894408cf..77e94417e 100644 --- a/src/libCom/os/generic/osdTime.cc +++ b/src/libCom/os/generic/osdTime.cc @@ -1,13 +1,8 @@ -#include -#include - // -// for sunos4 +// should move the time stuff into a different header // -extern "C" { -int gettimeofday (struct timeval *tp, struct timezone *tzp); -} +#include #define epicsExportSharedSymbols #include "osiTime.h"