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/ihash.c | |
parent | 4916f03425526972407df03e2ee5402280b42e51 (diff) |
Include "priv.h".
Diffstat (limited to 'libihash/ihash.c')
-rw-r--r-- | libihash/ihash.c | 1 |
1 files changed, 1 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" /* ---------------------------------------------------------------- */ |