From 3a417f8e6ece03d8c6a36923d31dca3b51339eb8 Mon Sep 17 00:00:00 2001 From: Keith Coleman Date: Tue, 20 Dec 2011 20:18:34 -0500 Subject: [PATCH] tools/blktap, blktap2: include instead of The former is a userspace sanitised header which contains the definitions we need. In some distros linux/fs.h defines WRITE which conflicts with blktaps own use of that name. Also there is no reason to use over the more normal . Signed-off-by: Ian Campbell Committed-by: Ian Jackson xen-unstable changeset: 22765:0dbad563a659 xen-unstable date: Mon Jan 17 17:14:20 2011 +0000 --- tools/blktap/drivers/blk_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/blktap/drivers/blk_linux.c b/tools/blktap/drivers/blk_linux.c index f1b14bd6e..bb5271705 100644 --- a/tools/blktap/drivers/blk_linux.c +++ b/tools/blktap/drivers/blk_linux.c @@ -1,6 +1,6 @@ #include #include -#include +#include #include "tapdisk.h" #include "blk.h" -- 2.39.5