CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/07/28 01:49:37
Index: hash.c =================================================================== RCS file: /sources/m4/m4/m4/hash.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -b -r1.18 -r1.19 --- hash.c 28 Jul 2006 00:22:09 -0000 1.18 +++ hash.c 28 Jul 2006 01:49:37 -0000 1.19 @@ -26,6 +26,8 @@ #include "hash.h" #include "m4private.h" +#include <limits.h> + typedef struct hash_node hash_node; struct m4_hash
