From d067ce208daaa90e7fc23e45928d30ed19d6e91e Mon Sep 17 00:00:00 2001 From: Hidetoshi Shimokawa Date: Wed, 12 Mar 2003 10:36:53 +0000 Subject: [PATCH] Put back including sys/devicestat.h for 4-stable. --- sys/dev/firewire/sbp.c | 3 +++ 1 file changed, 3 insertions(+) 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 #include +#if __FreeBSD_version < 500106 +#include /* for struct devstat */ +#endif #include #include