use osiSock.h to get proto for gettimeofday() for now

This commit is contained in:
Jeff Hill
1996-11-02 02:52:54 +00:00
parent e05ed3ebae
commit 8e34d8cc43
+2 -7
View File
@@ -1,13 +1,8 @@
#include <sys/types.h>
#include <sys/time.h>
//
// for sunos4
// should move the time stuff into a different header
//
extern "C" {
int gettimeofday (struct timeval *tp, struct timezone *tzp);
}
#include <osiSock.h>
#define epicsExportSharedSymbols
#include "osiTime.h"