From: Paul Eggert <eggert@cs.ucla.edu> Date: Thu, 13 Mar 2003 19:49:33 +0000 (+0000) Subject: * hash.c: Include <stdbool.h> unconditionally. X-Git-Tag: cvs-readonly~4924 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=fbf521737ff7de0ceeed777eb0fa0264dec6bc0e;p=gnulib.git * hash.c: Include <stdbool.h> unconditionally. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index d3843cbb54..cba3a7ac83 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2003-03-13 Paul Eggert <eggert@twinsun.com> + + * hash.c: Include <stdbool.h> unconditionally. + 2003-03-09 Paul Eggert <eggert@twinsun.com> * argmatch.c (EXIT_FAILURE): Define if the system doesn't.