qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC PATCH 03/14] fix #include directive for rcu header


From: Mike Day
Subject: [Qemu-devel] [RFC PATCH 03/14] fix #include directive for rcu header
Date: Wed, 14 Aug 2013 11:50:39 -0400

Signed-off-by: Mike Day <address@hidden>
---
 hw/9pfs/virtio-9p-synth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/9pfs/virtio-9p-synth.c b/hw/9pfs/virtio-9p-synth.c
index d5f5842..fdfea21 100644
--- a/hw/9pfs/virtio-9p-synth.c
+++ b/hw/9pfs/virtio-9p-synth.c
@@ -17,7 +17,7 @@
 #include "virtio-9p-xattr.h"
 #include "fsdev/qemu-fsdev.h"
 #include "virtio-9p-synth.h"
-#include "util/rcu.h"
+#include "qemu/rcu.h"
 
 #include <sys/stat.h>
 
-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]