diff options
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 d7ba9b7e0..569d15f8c 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 */ |