From 93c78ed231a6ea30f1c30ecbbb0f245fa9d75075 Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Thu, 16 Aug 2018 16:52:57 +0100 Subject: libc: Fix all includes in codebase The codebase was using non-standard headers. It is needed to replace them by the correct ones so that we can use the new libc headers. Change-Id: I530f71d9510cb036e69fe79823c8230afe890b9d Acked-by: Sumit Garg Signed-off-by: Antonio Nino Diaz --- include/common/param_header.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/common/param_header.h') diff --git a/include/common/param_header.h b/include/common/param_header.h index 4e61fadb8..a5a08ec4a 100644 --- a/include/common/param_header.h +++ b/include/common/param_header.h @@ -36,7 +36,7 @@ #ifndef __ASSEMBLY__ -#include +#include /*************************************************************************** * This structure provides version information and the size of the -- cgit v1.2.3