From 4b1b79582c5de530100b4ddb909163a6fb9b23c8 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 19 Nov 2016 16:12:20 +0000 Subject: Move slab size def into memory.c --- frontends/amiga/memory.h | 1 + 1 file changed, 1 insertion(+) (limited to 'frontends/amiga/memory.h') diff --git a/frontends/amiga/memory.h b/frontends/amiga/memory.h index 29a7ae111..1c51f3081 100644 --- a/frontends/amiga/memory.h +++ b/frontends/amiga/memory.h @@ -21,6 +21,7 @@ #include +/* Standard memory allocation */ void *ami_misc_allocvec_clear(int size, UBYTE value); /* Itempool cross-compatibility */ -- cgit v1.2.3