diff options
Diffstat (limited to 'src/include/utils/datetime.h')
-rw-r--r-- | src/include/utils/datetime.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/include/utils/datetime.h b/src/include/utils/datetime.h index be7283bf264..d788ea4d529 100644 --- a/src/include/utils/datetime.h +++ b/src/include/utils/datetime.h @@ -9,16 +9,16 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: datetime.h,v 1.33 2002/09/04 20:31:45 momjian Exp $ + * $Id: datetime.h,v 1.33.2.1 2003/01/16 00:27:17 tgl Exp $ * *------------------------------------------------------------------------- */ #ifndef DATETIME_H #define DATETIME_H -#include <time.h> -#include <math.h> #include <limits.h> +#include <math.h> +#include <time.h> #include "utils/timestamp.h" @@ -293,4 +293,6 @@ extern bool ClearDateCache(bool, bool, bool); extern int j2day(int jd); +extern bool CheckDateTokenTables(void); + #endif /* DATETIME_H */ |