diff options
Diffstat (limited to 'include/lib/libc/stddef.h')
-rw-r--r-- | include/lib/libc/stddef.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/lib/libc/stddef.h b/include/lib/libc/stddef.h index 115065030..da884b328 100644 --- a/include/lib/libc/stddef.h +++ b/include/lib/libc/stddef.h @@ -3,11 +3,15 @@ * * SPDX-License-Identifier: BSD-3-Clause */ +/* + * Portions copyright (c) 2018, ARM Limited and Contributors. + * All rights reserved. + */ #ifndef _STDDEF_H #define _STDDEF_H -#include <arch/stddef.h> +#include <stddef_.h> #ifndef NULL #define NULL ((void *) 0) |