From 350d1779f81817223751c0beb89722139cfce7e2 Mon Sep 17 00:00:00 2001 From: Martin Mohring Date: Mon, 4 May 2009 21:21:41 +0300 Subject: 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 --- linux-user/syscall.c | 1 + 1 file changed, 1 insertion(+) (limited to 'linux-user') diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 674942cdf4..0c7ce51f04 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" -- cgit v1.2.1