Add #include so that the previous change compiles.

This commit is contained in:
alc 2002-03-19 06:45:25 +00:00
parent 09ea60f4d3
commit 3a80708465

View File

@ -33,6 +33,7 @@
#include <sys/systm.h>
#include <sys/conf.h>
#include <sys/fcntl.h>
#include <sys/kernel.h>
#ifndef SMP
#include <machine/cputypes.h>