removed "backwards" declarations has suggested by Ralph and
added included osdTime.h as suggested by Marty
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#define tsStamph
|
||||
|
||||
#include <time.h>
|
||||
#include "osdTime.h"
|
||||
|
||||
#include "shareLib.h"
|
||||
#include "epicsTypes.h"
|
||||
@@ -23,11 +24,6 @@
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#ifndef HP_UX
|
||||
struct timespec;
|
||||
struct timeval;
|
||||
#endif
|
||||
|
||||
#define tsStampOK 0
|
||||
#define tsStampERROR (-1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user