X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/704fafa3ca85f378c91f8b1fdd3dfd9f34d02c8c..353bc75ddcc747e241296418a985ad2b265a86cf:/malloc.c diff --git a/malloc.c b/malloc.c index f326e6d..7de2e13 100644 --- a/malloc.c +++ b/malloc.c @@ -9,10 +9,9 @@ #include #include +#include "agedu.h" #include "malloc.h" -#define lenof(x) (sizeof((x))/sizeof(*(x))) - extern void fatal(const char *, ...); void *smalloc(size_t size) {