diff options
-rw-r--r-- | libihash/ihash.c | 1 | ||||
-rw-r--r-- | libihash/primes.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/libihash/ihash.c b/libihash/ihash.c index 90dd12f3..8454cdfb 100644 --- a/libihash/ihash.c +++ b/libihash/ihash.c @@ -24,6 +24,7 @@ #include <stdlib.h> #include "ihash.h" +#include "priv.h" /* ---------------------------------------------------------------- */ 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)) |