* tests/test-array_map.c: Include <limits.h>, for CHAR_BIT.
* tests/test-hash_map.c: Likewise.
* tests/test-linkedhash_map.c: Likewise.
+2019-02-02 Colin Watson <cjwatson@debian.org>
+
+ *-map tests: Fix compilation error.
+ * tests/test-array_map.c: Include <limits.h>, for CHAR_BIT.
+ * tests/test-hash_map.c: Likewise.
+ * tests/test-linkedhash_map.c: Likewise.
+
2019-01-31 Bruno Haible <bruno@clisp.org>
c-strtod, c-strtold: Use the bug fixes for strtod, strtold.
#include "gl_array_map.h"
+#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include "gl_hash_map.h"
+#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include "gl_linkedhash_map.h"
+#include <limits.h>
#include <stdlib.h>
#include <string.h>