Fixed smp compilation
- missing u64.h include after 64bit routines for gcc got inlined
This commit is contained in:
parent
cd9b4b46f4
commit
8200e91073
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
#include <machine/vm.h>
|
||||
|
||||
#include <sys/sigcontext.h>
|
||||
#include <minix/u64.h>
|
||||
|
||||
#include "archconst.h"
|
||||
#include "arch_proto.h"
|
||||
|
|
Loading…
Reference in a new issue