diff options
Diffstat (limited to 'include/lib/libc/stdio.h')
-rw-r--r-- | include/lib/libc/stdio.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/lib/libc/stdio.h b/include/lib/libc/stdio.h index a876f6c53..2e234badc 100644 --- a/include/lib/libc/stdio.h +++ b/include/lib/libc/stdio.h @@ -3,11 +3,15 @@ * * SPDX-License-Identifier: BSD-3-Clause */ +/* + * Portions copyright (c) 2018, ARM Limited and Contributors. + * All rights reserved. + */ #ifndef _STDIO_H #define _STDIO_H -#include <arch/stdio.h> +#include <stdio_.h> #ifndef FOPEN_MAX #define FOPEN_MAX 12 |