提交 fbdbf77e 编写于 作者: S Sean Anderson 提交者: Tom Rini

Include missing headers for asm-generic/sections.h

asm-generic/sections.h references ulong but does not include
linux/types.h
Signed-off-by: NSean Anderson <seanga2@gmail.com>
上级 1e373301
......@@ -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[];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册