From cf9c5c1a566bda1bc3eaeee00091c457c12cc68c Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 13 Jan 2008 05:49:32 +0000 Subject: Import cvs-1.11.22 onto vendor branch. --- contrib/cvs/lib/xtime.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'contrib/cvs/lib/xtime.h') 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 @@ -55,3 +57,5 @@ extern long timezone; # endif /* !defined(HAVE_FTIME) && !defined(HAVE_TIMEZONE) */ #endif /* !vms */ + +#endif /* !XTIME_HEADER_INCLUDED */ -- cgit v1.2.3