aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/exit.c
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2018-02-28 18:53:30 +0000
committerGitHub <noreply@github.com>2018-02-28 18:53:30 +0000
commit73a9605197ba04aaf02d436a2a4ad56e695b426c (patch)
tree5beb6774d0dabeffdfb6dc3753e9eb4ac2f62754 /lib/stdlib/exit.c
parentfd50c18adbdb5b7c4cfd1f4661e905b56a7676fe (diff)
parentfd116b9f6c26d7fd49c7aa0cdbfb3d93871daec3 (diff)
downloadplatform_external_arm-trusted-firmware-73a9605197ba04aaf02d436a2a4ad56e695b426c.tar.gz
platform_external_arm-trusted-firmware-73a9605197ba04aaf02d436a2a4ad56e695b426c.tar.bz2
platform_external_arm-trusted-firmware-73a9605197ba04aaf02d436a2a4ad56e695b426c.zip
Merge pull request #1282 from robertovargas-arm/misra-changes
Misra changes
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 3d23d7be5..afc3f9343 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)
{