Fixed smp compilation

- missing u64.h include after 64bit routines for gcc got inlined
This commit is contained in:
Tomas Hruby 2011-04-08 11:52:30 +00:00
parent cd9b4b46f4
commit 8200e91073

View file

@ -17,6 +17,7 @@
#include <machine/vm.h>
#include <sys/sigcontext.h>
#include <minix/u64.h>
#include "archconst.h"
#include "arch_proto.h"