From f67894ba5c86d62fb716f38fa1b3d7e28bbd1bde Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 6 Jun 2003 19:19:57 +0000 Subject: [PATCH] Include unconditionally. --- lib/posixtm.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/lib/posixtm.c b/lib/posixtm.c index 41c00ad677..49e239c888 100644 --- a/lib/posixtm.c +++ b/lib/posixtm.c @@ -1,5 +1,5 @@ /* Parse dates for touch and date. - Copyright (C) 1989, 1990, 1991, 1998, 2000-2002 Free Software Foundation Inc. + Copyright (C) 1989, 1990, 1991, 1998, 2000-2003 Free Software Foundation Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,11 +22,7 @@ # include #endif -#if HAVE_STDBOOL_H -# include -#else -typedef enum {false = 0, true = 1} bool; -#endif +#include #include #if HAVE_STDLIB_H -- 2.30.2