ia64 does not have the same degree of stealth include file nesting,
so it needs an explicit #include <machine/frame.h> to get 'struct trapframe'. The fact that it needs this at this level is rather bogus but it will not compile without it.
This commit is contained in:
parent
754a3615a0
commit
02fb42b0a8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100273
@ -51,6 +51,8 @@
|
||||
#include <vm/uma.h>
|
||||
#include <vm/vm_map.h>
|
||||
|
||||
#include <machine/frame.h>
|
||||
|
||||
/*
|
||||
* Thread related storage.
|
||||
*/
|
||||
|
@ -51,6 +51,8 @@
|
||||
#include <vm/uma.h>
|
||||
#include <vm/vm_map.h>
|
||||
|
||||
#include <machine/frame.h>
|
||||
|
||||
/*
|
||||
* Thread related storage.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user