From 6d1208ecf23d758f89eb87a476171154190d8ed3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 6 Jun 2003 19:18:54 +0000 Subject: Include unconditionally. --- lib/posixtm.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'lib/posixtm.c') diff --git a/lib/posixtm.c b/lib/posixtm.c index 41c00ad67..49e239c88 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 -- cgit v1.2.3-54-g00ecf