lguest: fix example launcher compile after moved asm-x86 dir.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
---
 Documentation/lguest/Makefile |    2 +-
 Documentation/lguest/lguest.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff -r bb69fa573e53 Documentation/lguest/Makefile
--- a/Documentation/lguest/Makefile	Tue Oct 28 22:31:30 2008 +1100
+++ b/Documentation/lguest/Makefile	Tue Oct 28 22:49:07 2008 +1100
@@ -1,5 +1,5 @@
 # This creates the demonstration utility "lguest" which runs a Linux guest.
-CFLAGS:=-Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include
+CFLAGS:=-Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include -I../../arch/x86/include
 LDLIBS:=-lz
 
 all: lguest
diff -r bb69fa573e53 Documentation/lguest/lguest.c
--- a/Documentation/lguest/lguest.c	Tue Oct 28 22:31:30 2008 +1100
+++ b/Documentation/lguest/lguest.c	Tue Oct 28 22:49:07 2008 +1100
@@ -44,7 +44,7 @@
 #include "linux/virtio_console.h"
 #include "linux/virtio_rng.h"
 #include "linux/virtio_ring.h"
-#include "asm-x86/bootparam.h"
+#include "asm/bootparam.h"
 /*L:110 We can ignore the 39 include files we need for this program, but I do
  * want to draw attention to the use of kernel-style types.
  *
