diff 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
line wrap: on
line diff
--- 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 <limits.h>
 #include <stdlib.h>
 #include <string.h>