Re: [PATCH] tests: Fix some missing includes

2019-02-02 Thread Bruno Haible
Hi Colin, > Without this, we get "error: 'CHAR_BIT' undeclared". > > * tests/test-array_map.c: Include . > * tests/test-hash_map.c: Likewise. > * tests/test-linkedhash_map.c: Likewise. Thanks. Applied. Bruno

[PATCH] tests: Fix some missing includes

2019-02-02 Thread Colin Watson
Without this, we get "error: 'CHAR_BIT' undeclared". * tests/test-array_map.c: Include . * tests/test-hash_map.c: Likewise. * tests/test-linkedhash_map.c: Likewise. --- tests/test-array_map.c | 1 + tests/test-hash_map.c | 1 + tests/test-linkedhash_map.c | 1 + 3 files changed, 3 inse