From 8fbd6b526725aeef0b34e0e1f1be766054b0845e Mon Sep 17 00:00:00 2001 From: balrog Date: Sat, 20 Sep 2008 03:03:09 +0000 Subject: Add MTIOCTOP, MTIOCGET and MTIOCPOS ioctls (Kirill Shutemov). Signed-off-by: Kirill A. Shutemov git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5271 c046a42c-6fe2-441c-8c8c-71466251a162 --- linux-user/syscall.c | 1 + 1 file changed, 1 insertion(+) (limited to 'linux-user/syscall.c') diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 627692a29a..bceb83163d 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -70,6 +70,7 @@ #include #include #include +#include #include "linux_loop.h" #include "qemu.h" -- cgit 1.4.1