From fbc0412709270b9ada6acf35cbc3a2c76aab75c6 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:17:10 +0000 Subject: 9pfs: 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-18-git-send-email-peter.maydell@linaro.org --- hw/9pfs/cofile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/9pfs/cofile.c') diff --git a/hw/9pfs/cofile.c b/hw/9pfs/cofile.c index 893df2c422..293483e0c9 100644 --- a/hw/9pfs/cofile.c +++ b/hw/9pfs/cofile.c @@ -12,6 +12,7 @@ * */ +#include "qemu/osdep.h" #include "fsdev/qemu-fsdev.h" #include "qemu/thread.h" #include "qemu/coroutine.h" -- cgit v1.2.3