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
8413d76fcf
commit
560eaf24f6
@ -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