diff --git a/src/libCom/osi/os/Linux/osdTime.h b/src/libCom/osi/os/Linux/osdTime.h new file mode 100644 index 000000000..1bbceff21 --- /dev/null +++ b/src/libCom/osi/os/Linux/osdTime.h @@ -0,0 +1,17 @@ + +/* + * $Id$ + * + * Author: Eric Norum + */ + +#ifndef osdTimeh +#define osdTimeh + +/* + * Linux needs this dummy include file since the POSIX version + * causes `struct timespec' to be defined in more than one place. + */ + +#endif /* ifndef osdTimeh */ +