summaryrefslogtreecommitdiff
path: root/lib/stdlib/exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib/exit.c')
-rw-r--r--lib/stdlib/exit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/stdlib/exit.c b/lib/stdlib/exit.c
index 3d23d7be..afc3f934 100644
--- a/lib/stdlib/exit.c
+++ b/lib/stdlib/exit.c
@@ -1,10 +1,11 @@
/*
- * Copyright (c) 2015, 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 <debug.h>
+#include <stdlib.h>
void exit(int v)
{