diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-26 18:16:58 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-01-29 15:07:22 +0000 |
commit | 0d75590d919454be322f21d55494b8937651fc86 (patch) | |
tree | 9e4b203e4413d416c36424f93231bd26a2f42027 /target-ppc/int_helper.c | |
parent | ea99dde191379804cb01881f931cd50db6550df7 (diff) |
ppc: 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-6-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target-ppc/int_helper.c')
-rw-r--r-- | target-ppc/int_helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-ppc/int_helper.c b/target-ppc/int_helper.c index b122868108..27b0258d31 100644 --- a/target-ppc/int_helper.c +++ b/target-ppc/int_helper.c @@ -16,6 +16,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ +#include "qemu/osdep.h" #include "cpu.h" #include "qemu/host-utils.h" #include "exec/helper-proto.h" |