From 59ca1d89d955ad8b017a499e90fe5b800e6e3443 Mon Sep 17 00:00:00 2001 From: hunt Date: Fri, 21 Jul 2006 20:56:13 +0000 Subject: 2006-07-21 Martin Hunt * runtime.h: Include compat.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 7a614163..f0dec3c4 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -30,6 +30,7 @@ #include #include #include +#include #ifndef for_each_cpu #define for_each_cpu(cpu) for_each_cpu_mask((cpu), cpu_possible_map) -- cgit