summaryrefslogtreecommitdiff
path: root/include/lib/libc/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lib/libc/stdlib.h')
-rw-r--r--include/lib/libc/stdlib.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/lib/libc/stdlib.h b/include/lib/libc/stdlib.h
index 6aec2b37..9aff5d01 100644
--- a/include/lib/libc/stdlib.h
+++ b/include/lib/libc/stdlib.h
@@ -3,11 +3,15 @@
*
* SPDX-License-Identifier: BSD-3-Clause
*/
+/*
+ * Portions copyright (c) 2018, ARM Limited and Contributors.
+ * All rights reserved.
+ */
#ifndef _STDLIB_H
#define _STDLIB_H
-#include <arch/stdlib.h>
+#include <stdlib_.h>
#ifndef NULL
#define NULL ((void *) 0)