From 03615f7d837398790f88f7bd936a33a99e799af5 Mon Sep 17 00:00:00 2001 From: Chris Demetriou Date: Wed, 24 Mar 2010 17:10:47 -0700 Subject: ocale-archive differs between 32 and 64 bit platforms --- locale/programs/simple-hash.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'locale/programs/simple-hash.c') diff --git a/locale/programs/simple-hash.c b/locale/programs/simple-hash.c index 5bd65f2478..b9cc237e49 100644 --- a/locale/programs/simple-hash.c +++ b/locale/programs/simple-hash.c @@ -21,6 +21,7 @@ # include #endif +#include #include #include #include @@ -49,6 +50,7 @@ # define bcopy(s, d, n) memcpy ((d), (s), (n)) #endif +#define hashval_t uint32_t #include "hashval.h" extern void *xmalloc (size_t __n); -- cgit v1.2.3