# HG changeset patch # User Paul Eggert # Date 1047584665 0 # Node ID 3e9d34851e81d0623d345f3a4182b62ca6161f4d # Parent 731eedae8bd6acd5da677f8143afce4e298a8be2 Include unconditionally. diff --git a/lib/hash.c b/lib/hash.c --- 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