From e42c2b6a1537c5c764e297f23f374944169e8975 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Fri, 20 Jul 2007 00:31:44 -0700 Subject: [PATCH] arch/i386/xen/events.c should #include Every file should include the headers containing the prototypes for its global functions. Signed-off-by: Adrian Bunk Acked-by: Jeremy Fitzhardinge Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- arch/i386/xen/events.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/i386/xen/events.c b/arch/i386/xen/events.c index 8904acc20f8cd..da1b173547a11 100644 --- a/arch/i386/xen/events.c +++ b/arch/i386/xen/events.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #include -- 2.39.5