diff options
author | Dimitris Papastamos <dimitris.papastamos@arm.com> | 2018-08-22 14:40:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-22 14:40:50 +0100 |
commit | 6d4f6aea2cd96a4a57ffa2d88b9230e2cab88f28 (patch) | |
tree | 251ed2d6ebe98576eaa9e1871f3aef753552125b /plat/qemu/topology.c | |
parent | 11dfe0b49ac8fcb5d1b516a3f52b06bc433ff4d9 (diff) | |
parent | 8422a8406b7d2d8e01c113e24eca167854981dfe (diff) |
Merge pull request #1528 from antonio-nino-diaz-arm/an/libc
libc: Cleanup library
Diffstat (limited to 'plat/qemu/topology.c')
-rw-r--r-- | plat/qemu/topology.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/qemu/topology.c b/plat/qemu/topology.c index d7ba9b7e..569d15f8 100644 --- a/plat/qemu/topology.c +++ b/plat/qemu/topology.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 2015-2016, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2018, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <platform_def.h> -#include <sys/types.h> +#include <stdint.h> #include "qemu_private.h" /* The power domain tree descriptor */ |