From: Jim Meyering Date: Fri, 6 Jun 2003 19:18:54 +0000 (+0000) Subject: Include unconditionally. X-Git-Tag: v5.0.1~377 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d1208ecf23d758f89eb87a476171154190d8ed3;p=thirdparty%2Fcoreutils.git Include unconditionally. --- 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