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:
Anthony Liguori 2009-10-30 16:45:20 -05:00
parent ec9f735638
commit ed7193ec1d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#define QEMU_TAP_H
#include <stdint.h>
#ifdef __LINUX__
#ifdef __linux__
#include <linux/ioctl.h>