13 lines
129 B
C
13 lines
129 B
C
|
/* $Source$
|
||
|
* $State$
|
||
|
* $Revision$
|
||
|
*/
|
||
|
|
||
|
#ifndef _SYS_TIME_H
|
||
|
#define _SYS_TIME_H
|
||
|
|
||
|
#include <time.h>
|
||
|
#include <unistd.h>
|
||
|
|
||
|
#endif
|