From 36962c77e0b999ae954bbda4eab1302142138b1d Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 11 Apr 1996 19:29:01 +0000 Subject: Include "priv.h". --- libihash/ihash.c | 1 + libihash/primes.c | 1 + 2 files changed, 2 insertions(+) (limited to 'libihash') 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 #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 #include #include +#include "priv.h" #define BITS_PER_UNSIGNED (8 * sizeof (unsigned)) #define SQRT_INT_MAX (1 << (BITS_PER_UNSIGNED / 2)) -- cgit v1.2.3