Include compat/sys/kernel.h rather than "kernel.h".

Using "kernel.h" was pulling in the private kernel.h header instead,
which was causing a build failure on my branch since arch_cpu.h is
C++-only there.
This commit is contained in:
Alex Smith
2012-07-21 14:09:08 +01:00
parent 0a592099a9
commit e6e6f56ccf
+2 -1
View File
@@ -5,7 +5,8 @@
#include "device.h"
#include "kernel.h"
#include <compat/sys/kernel.h>
int ticks;