Include missing headers for asm-generic/sections.h
authorSean Anderson <seanga2@gmail.com>
Wed, 18 Dec 2019 02:22:42 +0000 (21:22 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 16 Jan 2020 00:50:31 +0000 (19:50 -0500)
asm-generic/sections.h references ulong but does not include
linux/types.h

Signed-off-by: Sean Anderson <seanga2@gmail.com>
include/asm-generic/sections.h

index 296c0cf9b80358afa0a48db16f8d2194a4c20fe4..17a31ec78805e5858373b4a2004ccdf20f79b168 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef _ASM_GENERIC_SECTIONS_H_
 #define _ASM_GENERIC_SECTIONS_H_
 
+#include <linux/types.h>
+
 /* References to section boundaries */
 
 extern char _text[], _stext[], _etext[];