From: Thomas Veerman Date: Wed, 6 Mar 2013 09:20:00 +0000 (+0000) Subject: Kernel: remove compile warnings X-Git-Tag: v3.3.0~1110 X-Git-Url: http://zhaoyanbai.com/repos/named.html?a=commitdiff_plain;h=fcdf1f4a55ded933f25adb46cf5d07d08373486f;p=minix.git Kernel: remove compile warnings --- diff --git a/kernel/main.c b/kernel/main.c index 87ec3523a..6a8f42430 100644 --- a/kernel/main.c +++ b/kernel/main.c @@ -21,6 +21,7 @@ #include #include #include "clock.h" +#include "direct_utils.h" #include "hw_intr.h" #include "arch_proto.h"