From 74c21bd07491739c6e56bcb1f962e4df730e77f3 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Mon, 7 Dec 2015 16:23:44 +0000 Subject: target-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 Reviewed-by: Daniel P. Berrange Message-id: 1449505425-32022-3-git-send-email-peter.maydell@linaro.org --- target-arm/psci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'target-arm/psci.c') diff --git a/target-arm/psci.c b/target-arm/psci.c index 20e4cb6f9c..c55487f872 100644 --- a/target-arm/psci.c +++ b/target-arm/psci.c @@ -15,6 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . */ +#include "qemu/osdep.h" #include #include #include -- cgit v1.2.3