diff options
Diffstat (limited to 'include/common/bl_common.h')
-rw-r--r-- | include/common/bl_common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/common/bl_common.h b/include/common/bl_common.h index 1eb6d79a..9fba9c06 100644 --- a/include/common/bl_common.h +++ b/include/common/bl_common.h @@ -58,7 +58,8 @@ #ifndef __ASSEMBLY__ -#include <stdio.h> + +#include <cdefs.h> /* For __dead2 */ /******************************************************************************* * Structure used for telling the next BL how much of a particular type of |