diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2008-01-13 05:49:32 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2008-01-13 05:49:32 +0000 |
commit | cf9c5c1a566bda1bc3eaeee00091c457c12cc68c (patch) | |
tree | 8d8aae4a8bb167db64e23bb7f76f39014f36d45f /contrib/cvs/lib/xtime.h | |
parent | 83c36f7f985e86e33d46bc7d7fc4e648ca22226b (diff) |
Notes
Diffstat (limited to 'contrib/cvs/lib/xtime.h')
-rw-r--r-- | contrib/cvs/lib/xtime.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/cvs/lib/xtime.h b/contrib/cvs/lib/xtime.h index 00d9fae874c3..7760de5e931c 100644 --- a/contrib/cvs/lib/xtime.h +++ b/contrib/cvs/lib/xtime.h @@ -11,6 +11,8 @@ /* This file simply performs the include magic necessary for using time * functions */ +#ifndef XTIME_HEADER_INCLUDED +#define XTIME_HEADER_INCLUDED #ifdef vms # include <time.h> @@ -55,3 +57,5 @@ extern long timezone; # endif /* !defined(HAVE_FTIME) && !defined(HAVE_TIMEZONE) */ #endif /* !vms */ + +#endif /* !XTIME_HEADER_INCLUDED */ |