OSDN Git Service

vfio: fix build error on CentOS 5.7
authorLeon Alrae <leon.alrae@imgtec.com>
Wed, 17 Jun 2015 12:35:00 +0000 (13:35 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 18 Jun 2015 09:35:59 +0000 (10:35 +0100)
commite20752775197d3606c50703422d2c5d53ecf54bb
tree86ac23abe53f85421a9ab64bba1b59f7f2bb8f34
parentf754c3c9cce3c4789733d9068394be4256dfe6a8
vfio: fix build error on CentOS 5.7

Include linux/vfio.h after sys/ioctl.h, just like in hw/vfio/common.c.

Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
Acked-by: Alex Williamson <alex.williamson@redhat.com>
Message-id: 1434544500-22405-1-git-send-email-leon.alrae@imgtec.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/vfio/platform.c