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

This commit is contained in:
assar 2001-07-21 20:53:42 +00:00
parent b0f31d8d06
commit 05cb3a591f

View File

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