]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - Documentation/virtual/lguest/lguest.c
lguest: fix up compilation after move
[mv-sheeva.git] / Documentation / virtual / lguest / lguest.c
index d9da7e148538286d78d6f11236f3a4db89218f45..711ba9e9a007422e661658d3bbd8ad4091f80d9d 100644 (file)
@@ -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.