Replace original rev 1.2; Author: mpp; Date: 1997/02/12 06:52:30

Add missing #include <sys/systm.h>
This commit is contained in:
Peter Wemm 1997-03-25 16:36:35 +00:00
parent 01687822f0
commit 4bdb9b1168

View File

@ -40,6 +40,7 @@
#include <sys/param.h> #include <sys/param.h>
#include <sys/proc.h> #include <sys/proc.h>
#include <sys/lock.h> #include <sys/lock.h>
#include <sys/systm.h>
#include <machine/cpu.h> #include <machine/cpu.h>
/* /*