mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00:00
struct timecounter is defined in sys/time.h on 4-stable.
Sponsored by: The Weather Channel
This commit is contained in:
parent
0b1d1f1afb
commit
3a65df0084
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105281
@ -31,7 +31,11 @@
|
||||
#include <sys/bus.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/sysctl.h>
|
||||
#if __FreeBSD_version >= 500000
|
||||
#include <sys/timetc.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#include <machine/bus_pio.h>
|
||||
#include <machine/bus.h>
|
||||
|
Loading…
Reference in New Issue
Block a user