# HG changeset patch # User Colin Watson # Date 1549120329 -3600 # Node ID b76c7bdde2bf0a9c8cc308e0361c3306a0e068c1 # Parent b716418da8b9092faba2b8acb519ce771890a541 *-map tests: Fix compilation error. * tests/test-array_map.c: Include , for CHAR_BIT. * tests/test-hash_map.c: Likewise. * tests/test-linkedhash_map.c: Likewise. diff -r b716418da8b9 -r b76c7bdde2bf ChangeLog --- a/ChangeLog Fri Feb 01 04:34:37 2019 +0100 +++ b/ChangeLog Sat Feb 02 16:12:09 2019 +0100 @@ -1,3 +1,10 @@ +2019-02-02 Colin Watson + + *-map tests: Fix compilation error. + * tests/test-array_map.c: Include , for CHAR_BIT. + * tests/test-hash_map.c: Likewise. + * tests/test-linkedhash_map.c: Likewise. + 2019-01-31 Bruno Haible c-strtod, c-strtold: Use the bug fixes for strtod, strtold. diff -r b716418da8b9 -r b76c7bdde2bf tests/test-array_map.c --- a/tests/test-array_map.c Fri Feb 01 04:34:37 2019 +0100 +++ b/tests/test-array_map.c Sat Feb 02 16:12:09 2019 +0100 @@ -19,6 +19,7 @@ #include "gl_array_map.h" +#include #include #include diff -r b716418da8b9 -r b76c7bdde2bf tests/test-hash_map.c --- a/tests/test-hash_map.c Fri Feb 01 04:34:37 2019 +0100 +++ b/tests/test-hash_map.c Sat Feb 02 16:12:09 2019 +0100 @@ -19,6 +19,7 @@ #include "gl_hash_map.h" +#include #include #include diff -r b716418da8b9 -r b76c7bdde2bf tests/test-linkedhash_map.c --- a/tests/test-linkedhash_map.c Fri Feb 01 04:34:37 2019 +0100 +++ b/tests/test-linkedhash_map.c Sat Feb 02 16:12:09 2019 +0100 @@ -19,6 +19,7 @@ #include "gl_linkedhash_map.h" +#include #include #include