comparison tests/test-array_map.c @ 40174:b76c7bdde2bf

*-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.
author Colin Watson <cjwatson@debian.org>
date Sat, 02 Feb 2019 16:12:09 +0100
parents b06060465f09
children
comparison
equal deleted inserted replaced
40173:b716418da8b9 40174:b76c7bdde2bf
17 17
18 #include <config.h> 18 #include <config.h>
19 19
20 #include "gl_array_map.h" 20 #include "gl_array_map.h"
21 21
22 #include <limits.h>
22 #include <stdlib.h> 23 #include <stdlib.h>
23 #include <string.h> 24 #include <string.h>
24 25
25 #include "gl_xlist.h" 26 #include "gl_xlist.h"
26 #include "gl_array_list.h" 27 #include "gl_array_list.h"