]> Zhao Yanbai Git Server - minix.git/commitdiff
Fixed smp compilation
authorTomas Hruby <tom@minix3.org>
Fri, 8 Apr 2011 11:52:30 +0000 (11:52 +0000)
committerTomas Hruby <tom@minix3.org>
Fri, 8 Apr 2011 11:52:30 +0000 (11:52 +0000)
- missing u64.h include after 64bit routines for gcc got inlined

kernel/arch/i386/arch_system.c

index 5148cd60678774d6ab213dfae42737929f18a62f..146df926723185fa33486fa976e34818fc32fe85 100644 (file)
@@ -17,6 +17,7 @@
 #include <machine/vm.h>
 
 #include <sys/sigcontext.h>
+#include <minix/u64.h>
 
 #include "archconst.h"
 #include "arch_proto.h"