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"