From 5007f2edae95eb0cd9bb0e379f030042bed1d5ae Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Fri, 10 Aug 2007 13:01:11 -0700 Subject: [PATCH] --- yaml --- r: 63870 b: refs/heads/master c: b1a47190a6000d0e75ee4ffa75f3f6b16dd60a0b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/char/hvc_lguest.c | 1 + trunk/drivers/lguest/lguest_bus.c | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 231e0c01e755..b4dd2a84da2a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cd5bfea278987ebfe60f3ff92a01696b17c4f978 +refs/heads/master: b1a47190a6000d0e75ee4ffa75f3f6b16dd60a0b diff --git a/trunk/drivers/char/hvc_lguest.c b/trunk/drivers/char/hvc_lguest.c index feeccbaec438..3d6bd0baa56d 100644 --- a/trunk/drivers/char/hvc_lguest.c +++ b/trunk/drivers/char/hvc_lguest.c @@ -35,6 +35,7 @@ #include #include #include +#include #include "hvc_console.h" /*D:340 This is our single console input buffer, with associated "struct diff --git a/trunk/drivers/lguest/lguest_bus.c b/trunk/drivers/lguest/lguest_bus.c index 55a7940ca732..9e7752cc8002 100644 --- a/trunk/drivers/lguest/lguest_bus.c +++ b/trunk/drivers/lguest/lguest_bus.c @@ -5,6 +5,7 @@ #include #include #include +#include static ssize_t type_show(struct device *_dev, struct device_attribute *attr, char *buf)