Add include protection.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user