Add include protection.
This commit is contained in:
parent
9e598d898e
commit
28dd1b41cc
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
#ifndef SYS_TIME_H_INCLUDED
|
||||
#define SYS_TIME_H_INCLUDED
|
||||
|
||||
/*
|
||||
* sys/time.h doesn't exist on NT
|
||||
*/
|
||||
|
@ -15,4 +18,6 @@ struct timezone
|
|||
|
||||
void gettimeofday (struct timeval *, struct timezone *);
|
||||
|
||||
#endif /* SYS_TIME_H_INCLUDED */
|
||||
|
||||
/* end of sys/time.h */
|
||||
|
|
Loading…
Add table
Reference in a new issue