summaryrefslogtreecommitdiffstats
path: root/hw/input
diff options
context:
space:
mode:
authorPeter Maydell2016-01-26 19:16:57 +0100
committerPeter Maydell2016-01-29 16:07:22 +0100
commitea99dde191379804cb01881f931cd50db6550df7 (patch)
tree91f9081cac107479837cc470f18f3602ae0246fe /hw/input
parentexec: Clean up includes (diff)
downloadqemu-ea99dde191379804cb01881f931cd50db6550df7.tar.gz
qemu-ea99dde191379804cb01881f931cd50db6550df7.tar.xz
qemu-ea99dde191379804cb01881f931cd50db6550df7.zip
lm32: 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 <peter.maydell@linaro.org> Message-id: 1453832250-766-5-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/input')
-rw-r--r--hw/input/milkymist-softusb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/input/milkymist-softusb.c b/hw/input/milkymist-softusb.c
index 8a02d35ca1..64b929281e 100644
--- a/hw/input/milkymist-softusb.c
+++ b/hw/input/milkymist-softusb.c
@@ -21,6 +21,7 @@
* not available yet
*/
+#include "qemu/osdep.h"
#include "hw/hw.h"
#include "hw/sysbus.h"
#include "trace.h"