Warning fix. (Very basic - add the right include so that rdtsc() gets

a prototype).
This commit is contained in:
Mark Murray 2002-02-28 08:37:18 +00:00
parent 216ae18217
commit 6764eb8e7b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91476

View File

@ -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>