From: Sean Anderson Date: Wed, 18 Dec 2019 02:22:42 +0000 (-0500) Subject: Include missing headers for asm-generic/sections.h X-Git-Tag: v2020.04-rc1~21^2~29 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fbdbf77edec26cc7869b310a5018590490ecb192;p=oweals%2Fu-boot.git Include missing headers for asm-generic/sections.h asm-generic/sections.h references ulong but does not include linux/types.h Signed-off-by: Sean Anderson --- diff --git a/include/asm-generic/sections.h b/include/asm-generic/sections.h index 296c0cf9b8..17a31ec788 100644 --- a/include/asm-generic/sections.h +++ b/include/asm-generic/sections.h @@ -8,6 +8,8 @@ #ifndef _ASM_GENERIC_SECTIONS_H_ #define _ASM_GENERIC_SECTIONS_H_ +#include + /* References to section boundaries */ extern char _text[], _stext[], _etext[];