diff --git a/[refs] b/[refs] index f27a42da299d..3d5bf8e4d706 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e91defa26c527ceeaff6266c55cdc7e17c9081a2 +refs/heads/master: aa0d3bb77e780054babcd289484cf4c15180111b diff --git a/trunk/arch/arm/boot/compressed/misc.c b/trunk/arch/arm/boot/compressed/misc.c index 393c81641314..9e6e512f0117 100644 --- a/trunk/arch/arm/boot/compressed/misc.c +++ b/trunk/arch/arm/boot/compressed/misc.c @@ -18,7 +18,10 @@ unsigned int __machine_arch_type; -#include +#include /* for inline */ +#include /* for size_t */ +#include /* for NULL */ +#include #ifdef STANDALONE_DEBUG #define putstr printf