1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00

allow this to compile cleanly under RELENG_4

This commit is contained in:
Matt Jacob 2006-06-03 07:19:44 +00:00
parent 5255290c9c
commit 9b58ff9636
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159187

View File

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