$NetBSD: patch-av,v 1.2 2004/09/20 02:08:58 dmcmahill Exp $ --- src/zbuf/uglieralloc.c.orig Tue Aug 3 22:17:23 2004 +++ src/zbuf/uglieralloc.c @@ -54,6 +54,7 @@ operation of Software or Licensed Progra - no attempt is made to make allocation efficient in terms of virtual pages */ #include +#include #define NALLOC 8184 /* >= sizeof(HEADER)*NALLOC bytes sbrk()'d */ #define MAGICN 0xaaaaaaaaL /* used to check fidelity of allocated blks */