From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9dMF-0007Oh-JP for qemu-devel@nongnu.org; Wed, 14 Aug 2013 11:51:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V9dM9-0007rT-4h for qemu-devel@nongnu.org; Wed, 14 Aug 2013 11:51:35 -0400 Received: from mail-qa0-f41.google.com ([209.85.216.41]:36611) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9dM9-0007rG-1z for qemu-devel@nongnu.org; Wed, 14 Aug 2013 11:51:29 -0400 Received: by mail-qa0-f41.google.com with SMTP id bs12so1104090qab.0 for ; Wed, 14 Aug 2013 08:51:28 -0700 (PDT) From: Mike Day Date: Wed, 14 Aug 2013 11:50:39 -0400 Message-Id: <1376495450-5133-4-git-send-email-ncmike@ncultra.org> In-Reply-To: <1376495450-5133-1-git-send-email-ncmike@ncultra.org> References: <1376495450-5133-1-git-send-email-ncmike@ncultra.org> Subject: [Qemu-devel] [RFC PATCH 03/14] fix #include directive for rcu header List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Mike Day Signed-off-by: Mike Day --- 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 -- 1.8.3.1