From d2c36c6eeec0e1141e51e56988262c7aa9085cd1 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Mon, 30 Oct 2000 20:22:39 +0000 Subject: #include to remove warning. #include and . 2000-10-30 Kjartan Maraas * hash.c: #include to remove warning. * wordindex.c: #include and . svn path=/trunk/; revision=6278 --- libibex/ChangeLog | 5 +++++ libibex/hash.c | 1 + libibex/wordindex.c | 2 ++ 3 files changed, 8 insertions(+) (limited to 'libibex') diff --git a/libibex/ChangeLog b/libibex/ChangeLog index 5b17e39148..f4ed9f5f28 100644 --- a/libibex/ChangeLog +++ b/libibex/ChangeLog @@ -1,3 +1,8 @@ +2000-10-30 Kjartan Maraas + + * hash.c: #include to remove warning. + * wordindex.c: #include and . + 2000-10-26 Not Zed * block.c (ibex_block_cache_open): Use IBEX_VERSION rather than diff --git a/libibex/hash.c b/libibex/hash.c index ccebae2ac8..f79ee8f55e 100644 --- a/libibex/hash.c +++ b/libibex/hash.c @@ -23,6 +23,7 @@ /* hash based index mechanism */ #include +#include #include #include diff --git a/libibex/wordindex.c b/libibex/wordindex.c index 43a91f4342..3cee391668 100644 --- a/libibex/wordindex.c +++ b/libibex/wordindex.c @@ -30,6 +30,8 @@ of words, and could then be discarded (:flush()). */ #include +#include +#include #include #include -- cgit