diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2015-12-07 16:23:45 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-01-18 16:33:32 +0000 |
commit | 12b167226f2804063cf8d72fe4fdc01764c99e96 (patch) | |
tree | a0b4fd5a996431a8ef001fd5960b7bbf80186ce3 /hw/arm/gumstix.c | |
parent | 74c21bd07491739c6e56bcb1f962e4df730e77f3 (diff) |
hw/arm: 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: 1449505425-32022-4-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/arm/gumstix.c')
-rw-r--r-- | hw/arm/gumstix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/gumstix.c b/hw/arm/gumstix.c index 32ad041b20..626d338373 100644 --- a/hw/arm/gumstix.c +++ b/hw/arm/gumstix.c @@ -34,6 +34,7 @@ * # qemu-system-arm -M verdex -pflash flash -monitor null -nographic -m 289 */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/arm/pxa.h" #include "net/net.h" |