mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Unbreak Linux build
commit 71f4effce7
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
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
#define QEMU_TAP_H
|
||||
|
||||
#include <stdint.h>
|
||||
#ifdef __LINUX__
|
||||
#ifdef __linux__
|
||||
|
||||
#include <linux/ioctl.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue