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

This commit is contained in:
Hidetoshi Shimokawa 2003-03-12 10:36:53 +00:00
parent fec4b7015e
commit d067ce208d

View File

@ -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>