From: mdw Date: Sun, 6 Aug 2000 11:00:18 +0000 (+0000) Subject: Daft bug fix. Include . X-Git-Tag: 2.0.4~155 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/commitdiff_plain/c6250df07a944785a8afc2e8d79e2cf581784e28?ds=inline Daft bug fix. Include . --- diff --git a/arena.c b/arena.c index 3e13bf2..58820fa 100644 --- a/arena.c +++ b/arena.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: arena.c,v 1.2 2000/07/16 12:29:16 mdw Exp $ + * $Id: arena.c,v 1.3 2000/08/06 11:00:18 mdw Exp $ * * Abstraction for memory allocation arenas * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: arena.c,v $ + * Revision 1.3 2000/08/06 11:00:18 mdw + * Daft bug fix. Include . + * * Revision 1.2 2000/07/16 12:29:16 mdw * Change to arena `realloc' interface, to fix a design bug. * @@ -41,6 +44,7 @@ /*----- Header files ------------------------------------------------------*/ #include +#include #include "arena.h"