From: Colin Watson Date: Sat, 2 Feb 2019 15:12:09 +0000 (+0100) Subject: *-map tests: Fix compilation error. X-Git-Tag: v1.0~5089 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=26201178d8377ad75f864df31c71110f1cd6eedc;p=gnulib.git *-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 --git a/ChangeLog b/ChangeLog index 963dedd664..439d12ac5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 --git a/tests/test-array_map.c b/tests/test-array_map.c index b26592969a..cd5aceeac3 100644 --- a/tests/test-array_map.c +++ b/tests/test-array_map.c @@ -19,6 +19,7 @@ #include "gl_array_map.h" +#include #include #include diff --git a/tests/test-hash_map.c b/tests/test-hash_map.c index 9fb79fc799..a5007c008d 100644 --- a/tests/test-hash_map.c +++ b/tests/test-hash_map.c @@ -19,6 +19,7 @@ #include "gl_hash_map.h" +#include #include #include diff --git a/tests/test-linkedhash_map.c b/tests/test-linkedhash_map.c index f9fc84b76e..2bebfd4ff6 100644 --- a/tests/test-linkedhash_map.c +++ b/tests/test-linkedhash_map.c @@ -19,6 +19,7 @@ #include "gl_linkedhash_map.h" +#include #include #include