add <sys/sytm.h> (for cpufunc.h -> rdtsc)

This commit is contained in:
Assar Westerlund 2001-07-21 20:53:42 +00:00
parent d35e2ab4ce
commit 81e8cb900e

View File

@ -31,6 +31,7 @@
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sysent.h>
#include <sys/proc.h>