diff options
| author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-03-12 10:36:53 +0000 |
|---|---|---|
| committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-03-12 10:36:53 +0000 |
| commit | d067ce208daaa90e7fc23e45928d30ed19d6e91e (patch) | |
| tree | 97715144fddca50b406f60f2b3fe271128601506 | |
| parent | fec4b7015ec663a8ab55528342af9723934de8b4 (diff) | |
Notes
| -rw-r--r-- | sys/dev/firewire/sbp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c index be9193a795a0..0b665314c303 100644 --- a/sys/dev/firewire/sbp.c +++ b/sys/dev/firewire/sbp.c @@ -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> |
