From a4f86af3e4d955172d35f2b5b4db95288d6138ff Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Mon, 17 Jan 2011 17:14:20 +0000 Subject: 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 --- tools/blktap/drivers/blk_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/blktap') diff --git a/tools/blktap/drivers/blk_linux.c b/tools/blktap/drivers/blk_linux.c index f1b14bd6e8..bb52717050 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" -- cgit v1.2.3