Warning fix. (Very basic - add the right include so that rdtsc() gets
a prototype).
This commit is contained in:
parent
216ae18217
commit
6764eb8e7b
@ -66,6 +66,7 @@
|
||||
#include <sys/systm.h> /* for printf() in EXCEPTION() */
|
||||
#endif
|
||||
#include <sys/proc.h>
|
||||
#include <machine/cpufunc.h>
|
||||
#include <machine/cpu.h>
|
||||
#include <machine/pcb.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user