summaryrefslogtreecommitdiffstats
path: root/Documentation/virtual/lguest/lguest.c
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2011-05-30 19:14:11 +0200
committerRusty Russell <rusty@rustcorp.com.au>2011-05-30 03:44:12 +0200
commitbc805a03c26e1e25171bc627c6264553d27f746c (patch)
tree2700f17b81a74376d6f03a0d60083ec387cbbcc4 /Documentation/virtual/lguest/lguest.c
parentlguest: fix timer interrupt setup (diff)
downloadlinux-bc805a03c26e1e25171bc627c6264553d27f746c.tar.xz
linux-bc805a03c26e1e25171bc627c6264553d27f746c.zip
lguest: fix up compilation after move
ed16648eb5b86917f0b90bdcdbc857202da72f90 "Move kvm, uml, and lguest subdirectories" broke the lguest example launcher. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to '')
-rw-r--r--Documentation/virtual/lguest/lguest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virtual/lguest/lguest.c b/Documentation/virtual/lguest/lguest.c
index d9da7e148538..711ba9e9a007 100644
--- a/Documentation/virtual/lguest/lguest.c
+++ b/Documentation/virtual/lguest/lguest.c
@@ -49,7 +49,7 @@
#include <linux/virtio_rng.h>
#include <linux/virtio_ring.h>
#include <asm/bootparam.h>
-#include "../../include/linux/lguest_launcher.h"
+#include "../../../include/linux/lguest_launcher.h"
/*L:110
* We can ignore the 42 include files we need for this program, but I do want
* to draw attention to the use of kernel-style types.