Add include protection.

This commit is contained in:
Andrew Innes 2000-02-06 23:37:34 +00:00
parent 9e598d898e
commit 28dd1b41cc

View file

@ -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 */