From e04b44c12402494ef5619205bfff03dab3e3d9cb Mon Sep 17 00:00:00 2001 From: Dariusz Pelowski Date: Sun, 5 Nov 2017 12:39:52 +0100 Subject: [PATCH] kvmtool: 9p: fixed compilation error makedev is defined in sys/sysmacros.h Upstream-Status: Inappropriate [embedded specific] Signed-off-by: Dariusz Pelowski --- virtio/9p.c | 1 + 1 file changed, 1 insertion(+) diff --git a/virtio/9p.c b/virtio/9p.c index b78f2b3..838c5c4 100644 --- a/virtio/9p.c +++ b/virtio/9p.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include