diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/assert.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/assert.c b/lib/libc/assert.c index 721b6e54..2d2396ca 100644 --- a/lib/libc/assert.c +++ b/lib/libc/assert.c @@ -1,10 +1,11 @@ /* - * Copyright (c) 2013-2017, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2013-2018, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <assert.h> +#include <cdefs.h> #include <console.h> #include <debug.h> #include <platform.h> |