summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2003-03-13 19:49:33 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2003-03-13 19:49:33 +0000
commitfbf521737ff7de0ceeed777eb0fa0264dec6bc0e (patch)
treec426b0ea2f747bed972d8beccdfa2737cf6bd21c
parent0b98d363102e44810338b2d18fa048b57f833df3 (diff)
downloadgnulib-fbf521737ff7de0ceeed777eb0fa0264dec6bc0e.tar.gz
* hash.c: Include <stdbool.h> unconditionally.
-rw-r--r--lib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
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.