From 8d1b87530e7df5c9541a69910ef7f786f034eca0 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 8904acc20f8..da1b173547a 100644 --- a/arch/i386/xen/events.c +++ b/arch/i386/xen/events.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #include -- 2.11.4.GIT