Put back including sys/devicestat.h for 4-stable.

This commit is contained in:
simokawa 2003-03-12 10:36:53 +00:00
parent aa79b46152
commit b3ae94d916

@ -43,6 +43,9 @@
#include <machine/bus.h>
#include <sys/malloc.h>
#if __FreeBSD_version < 500106
#include <sys/devicestat.h> /* for struct devstat */
#endif
#include <cam/cam.h>
#include <cam/cam_ccb.h>