mirror of
https://github.com/xemu-project/xemu.git
synced 2025-03-02 17:36:00 +00:00
Unbreak Linux build
commit 71f4effce79ec0485586963ea764f2c212c72f26 Author: Alexander Graf <agraf@suse.de> Date: Fri Oct 30 22:27:00 2009 +0100 Unbreak tap compilation on OS X Broke the build on Linux due to a bad #if guard Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
ec9f735638
commit
ed7193ec1d
@ -17,7 +17,7 @@
|
||||
#define QEMU_TAP_H
|
||||
|
||||
#include <stdint.h>
|
||||
#ifdef __LINUX__
|
||||
#ifdef __linux__
|
||||
|
||||
#include <linux/ioctl.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user