Skip to content
Commit 3e0e5f26 authored by Rusty Russell's avatar Rusty Russell
Browse files

lguest: fix failure to find linux/virtio_types.h



We want to use the local kernel headers, but -I../../include/uapi leads us into
a world of hurt.  Instead we create a dummy include/ dir with symlinks.

If we just use #include "../../include/uapi/linux/virtio_blk.h" we get:

	../../include/uapi/linux/virtio_blk.h:31:32: fatal error: linux/virtio_types.h: No such file or directory
	 #include <linux/virtio_types.h>

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 93153077
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment