From 0b98d363102e44810338b2d18fa048b57f833df3 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 13 Mar 2003 19:44:25 +0000 Subject: [PATCH] Include unconditionally. --- lib/hash.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/hash.c b/lib/hash.c index 26e7b6175..d73bb6b26 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -1,5 +1,8 @@ /* hash - hashing table processing. - Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software + Foundation, Inc. + Written by Jim Meyering, 1992. This program is free software; you can redistribute it and/or modify @@ -27,11 +30,8 @@ #if HAVE_STDLIB_H # include #endif -#if HAVE_STDBOOL_H -# include -#else -typedef enum {false = 0, true = 1} bool; -#endif + +#include #include #ifndef HAVE_DECL_FREE -- 2.11.0