diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-11 19:29:01 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-11 19:29:01 +0000 |
commit | 36962c77e0b999ae954bbda4eab1302142138b1d (patch) | |
tree | ee88219031b9c6fd36f24e4b8665dd90c74f172d /libihash/primes.c | |
parent | 4916f03425526972407df03e2ee5402280b42e51 (diff) |
Include "priv.h".
Diffstat (limited to 'libihash/primes.c')
-rw-r--r-- | libihash/primes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libihash/primes.c b/libihash/primes.c index 0b7b5d10..3abc6f9d 100644 --- a/libihash/primes.c +++ b/libihash/primes.c @@ -20,6 +20,7 @@ #include <string.h> #include <assert.h> #include <spin-lock.h> +#include "priv.h" #define BITS_PER_UNSIGNED (8 * sizeof (unsigned)) #define SQRT_INT_MAX (1 << (BITS_PER_UNSIGNED / 2)) |