summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
diff options
context:
space:
mode:
authorbalrog2008-09-20 05:03:09 +0200
committerbalrog2008-09-20 05:03:09 +0200
commit8fbd6b526725aeef0b34e0e1f1be766054b0845e (patch)
treec04c4cd5001dd707cb5b70e44bb6947576daa1ef /linux-user/syscall.c
parentFix building with 2.6.27 kernel headers (Kirill Shutemov). (diff)
downloadqemu-8fbd6b526725aeef0b34e0e1f1be766054b0845e.tar.gz
qemu-8fbd6b526725aeef0b34e0e1f1be766054b0845e.tar.xz
qemu-8fbd6b526725aeef0b34e0e1f1be766054b0845e.zip
Add MTIOCTOP, MTIOCGET and MTIOCPOS ioctls (Kirill Shutemov).
Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5271 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user/syscall.c')
-rw-r--r--linux-user/syscall.c1
1 files changed, 1 insertions, 0 deletions
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 <linux/hdreg.h>
#include <linux/soundcard.h>
#include <linux/kd.h>
+#include <linux/mtio.h>
#include "linux_loop.h"
#include "qemu.h"