From: Richard Kettlewell Date: Mon, 7 Jun 2010 21:18:32 +0000 (+0100) Subject: Cheer up linux compiler X-Git-Tag: branchpoint-5.1~77^2~3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/b386d6502db041f0c3fdcecf55dd7563defb6fed Cheer up linux compiler --- diff --git a/lib/hreader.c b/lib/hreader.c index 177aa93..edb1d83 100644 --- a/lib/hreader.c +++ b/lib/hreader.c @@ -18,12 +18,14 @@ /** @file lib/hreader.c * @brief Hands-off reader - read files without keeping them open */ +#include #include "hreader.h" #include "mem.h" #include #include #include #include +#include static int hreader_fill(struct hreader *h, off_t offset);