From 402cc02c5391b10a2abd867dc3f1cccc5c8c1639 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 20 Dec 2006 20:32:57 +0000 Subject: 2006-12-20 Martin Hunt * runtime.h: Include mm.h. --- runtime/runtime.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/runtime.h') diff --git a/runtime/runtime.h b/runtime/runtime.h index b8094451..4013e9bc 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -31,6 +31,7 @@ #include #include #include +#include #ifndef for_each_cpu #define for_each_cpu(cpu) for_each_cpu_mask((cpu), cpu_possible_map) -- cgit