From 532392622c1d493e3bec543b10f74f361ea40662 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:17:09 +0000 Subject: ide: Clean up includes Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell Message-id: 1453832250-766-17-git-send-email-peter.maydell@linaro.org --- hw/ide/mmio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/ide/mmio.c') diff --git a/hw/ide/mmio.c b/hw/ide/mmio.c index b6ce62ac5a..493f65a1d0 100644 --- a/hw/ide/mmio.c +++ b/hw/ide/mmio.c @@ -22,6 +22,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/sysbus.h" #include "sysemu/block-backend.h" -- cgit v1.2.3