From: Martin Mohring Date: Mon, 4 May 2009 18:21:41 +0000 (+0300) Subject: linux-user: include linux/fs.h X-Git-Tag: v0.11.0-rc0~389 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=350d1779f81817223751c0beb89722139cfce7e2;p=qemu-xen-4.2-testing.git linux-user: include linux/fs.h defines FIGETBSZ FIBMAP, allowing the respective ioctl's to be implemented. From: Martin Mohring Signed-off-by: Riku Voipio --- diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 674942cdf..0c7ce51f0 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -77,6 +77,7 @@ #include #include #include +#include #include "linux_loop.h" #include "qemu.h"