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/blktap2/drivers/blk_linux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/blktap2') diff --git a/tools/blktap2/drivers/blk_linux.c b/tools/blktap2/drivers/blk_linux.c index 75ddcc389f..85763acada 100644 --- a/tools/blktap2/drivers/blk_linux.c +++ b/tools/blktap2/drivers/blk_linux.c @@ -1,7 +1,7 @@ #include +#include #include -#include -#include +#include #include "tapdisk.h" #include "blk.h" -- cgit v1.2.3