From: Adrian Bunk Date: Tue, 13 Feb 2007 12:26:22 +0000 (+0100) Subject: [PATCH] i386: arch/i386/kernel/cpu/mcheck/mce.c should #include X-Git-Tag: v2.6.21-rc1~184^2~60 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86a978837ca739842317c4cf433de36aeb85ea3b;p=linux-2.6 [PATCH] i386: arch/i386/kernel/cpu/mcheck/mce.c should #include Every file should include the headers containing the prototypes for it's global functions. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Andi Kleen --- diff --git a/arch/i386/kernel/cpu/mcheck/mce.c b/arch/i386/kernel/cpu/mcheck/mce.c index d555bec0db..4f10c62d18 100644 --- a/arch/i386/kernel/cpu/mcheck/mce.c +++ b/arch/i386/kernel/cpu/mcheck/mce.c @@ -12,6 +12,7 @@ #include #include +#include #include "mce.h"