X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fhash.c;h=019ddb1a4ae87e02aed24ed115f53fb5c48a4e3e;hb=4de79b34b329d1da6cdeb145993d3efd911e2967;hp=1d9c2f5b3424188e622a79eb861c702ebda859e5;hpb=9e41822d23f3c62349751e172a946e832c4a96eb;p=pspp diff --git a/src/hash.c b/src/hash.c index 1d9c2f5b34..019ddb1a4a 100644 --- a/src/hash.c +++ b/src/hash.c @@ -20,15 +20,19 @@ #include #include "hash.h" #include "error.h" +#include #include #include #include #include "algorithm.h" #include "alloc.h" -#include "bool.h" +#include #include "misc.h" #include "str.h" +#include "gettext.h" +#define _(msgid) gettext (msgid) + /* Note for constructing hash functions: You can store the hash values in the records, then compare hash