From 2035e136c41f24b9b991917fd0ead512e4fd3fd8 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Thu, 2 Dec 2004 12:08:51 -0700 Subject: Split out the blob allocator from lib.c into allocate.c. It's disgusting how intimate lib.c is with all the types, and this is slowly trying to split things up a bit. Now the intimate part is in allocate.c, but maybe we can get to the point where each allocation user just declares its own allocation strategy, and just uses the generic routines in allocate.c --- obfuscate.c | 1 + 1 file changed, 1 insertion(+) (limited to 'obfuscate.c') diff --git a/obfuscate.c b/obfuscate.c index aa1a32f..12fb9c3 100644 --- a/obfuscate.c +++ b/obfuscate.c @@ -17,6 +17,7 @@ #include #include "lib.h" +#include "allocate.h" #include "token.h" #include "parse.h" #include "symbol.h" -- cgit v1.2.3-65-gdbad