mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
linux-user: include linux/fs.h
defines FIGETBSZ FIBMAP, allowing the respective ioctl's to be implemented. From: Martin Mohring <martin.mohring@opensuse.org> Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
This commit is contained in:
parent
6e3cb58fa2
commit
350d1779f8
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@
|
|||
#include <linux/soundcard.h>
|
||||
#include <linux/kd.h>
|
||||
#include <linux/mtio.h>
|
||||
#include <linux/fs.h>
|
||||
#include "linux_loop.h"
|
||||
|
||||
#include "qemu.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue