diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2006-06-03 07:21:09 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2006-06-03 07:21:09 +0000 |
| commit | fd10f4d70b243cda41db2a169afcb4a247db6b9f (patch) | |
| tree | 1bfb506f1adef87e28d61cbf81b76739ac6c5b8f /sys/dev | |
| parent | 4a64f8794a6eba1391a3ddaf3a66728de6e5ddd9 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isp/isp_freebsd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h index 9454398edfc1..f0fd37de470a 100644 --- a/sys/dev/isp/isp_freebsd.h +++ b/sys/dev/isp/isp_freebsd.h @@ -49,6 +49,9 @@ #include <sys/bus.h> #include <machine/bus.h> +#if __FreeBSD_version < 500000 +#include <machine/clock.h> +#endif #include <machine/cpu.h> #include <cam/cam.h> |
