Fix MISRA rule 8.4 in common code
[project/bcm63xx/atf.git] / lib / stdlib / abort.c
index af19ccfa4feb8ab613fa6307d9be7273f2413a94..65ce4ccaf2c6de26c72a6b78841e2503b884ca64 100644 (file)
@@ -1,10 +1,11 @@
 /*
- * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2018, ARM Limited and Contributors. All rights reserved.
  *
  * SPDX-License-Identifier: BSD-3-Clause
  */
 
 #include <debug.h>
+#include <stdlib.h>
 
 /*
  * This is a basic implementation. This could be improved.