18 lines
244 B
C
18 lines
244 B
C
|
|
/*
|
|
* $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 */
|
|
|