From: Paul Eggert Date: Thu, 13 Mar 2003 19:44:25 +0000 (+0000) Subject: Include unconditionally. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b98d363102e44810338b2d18fa048b57f833df3;p=pspp Include unconditionally. --- diff --git a/lib/hash.c b/lib/hash.c index 26e7b6175e..d73bb6b26e 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