diff --git a/library/include/sys/time.h b/library/include/sys/time.h index 5334333..8209369 100644 --- a/library/include/sys/time.h +++ b/library/include/sys/time.h @@ -1,5 +1,5 @@ /* - * $Id: time.h,v 1.4 2004-09-09 08:30:31 obarthel Exp $ + * $Id: time.h,v 1.5 2004-09-09 10:56:24 obarthel Exp $ * * :ts=4 * @@ -102,6 +102,18 @@ struct timeval /****************************************************************************/ +#endif /* DEVICES_TIMER_H */ + +/****************************************************************************/ + +#endif /* __TIMEVAL_ALREADY_DEFINED */ + +/****************************************************************************/ + +#ifdef DEVICES_TIMER_H + +/****************************************************************************/ + #ifndef tv_sec #define tv_sec tv_secs #endif /* tv_sec */ @@ -116,10 +128,6 @@ struct timeval /****************************************************************************/ -#endif /* __TIMEVAL_ALREADY_DEFINED */ - -/****************************************************************************/ - struct timezone { int tz_minuteswest; /* of Greenwich */