From 74a665b5eea1e0987118f848af558acea46623f5 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Mon, 13 Aug 2007 16:41:04 +0100 Subject: [PV-on-HVM]: Add missing includes This patch adds missing includes that currently work through indirect inclusions. This cannot be relied on and indeed does break on older kernels (2.4 for PV-on-HVM). Signed-off-by: Herbert Xu --- unmodified_drivers/linux-2.6/platform-pci/machine_reboot.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'unmodified_drivers') diff --git a/unmodified_drivers/linux-2.6/platform-pci/machine_reboot.c b/unmodified_drivers/linux-2.6/platform-pci/machine_reboot.c index bd58d2ceb5..33c468d594 100644 --- a/unmodified_drivers/linux-2.6/platform-pci/machine_reboot.c +++ b/unmodified_drivers/linux-2.6/platform-pci/machine_reboot.c @@ -1,5 +1,6 @@ #include -#include +#include +#include #include #include #include -- cgit v1.2.3