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:
peter 2002-07-17 23:43:55 +00:00
parent 8413d76fcf
commit 560eaf24f6
2 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,8 @@
#include <vm/uma.h>
#include <vm/vm_map.h>
#include <machine/frame.h>
/*
* Thread related storage.
*/

View File

@ -51,6 +51,8 @@
#include <vm/uma.h>
#include <vm/vm_map.h>
#include <machine/frame.h>
/*
* Thread related storage.
*/