Add #include so that the previous change compiles.

This commit is contained in:
Alan Cox 2002-03-19 06:45:25 +00:00
parent 09f2f5ad67
commit b949bce678

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>