1
0
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:
John Baldwin 2002-10-16 17:27:40 +00:00
parent 0b1d1f1afb
commit 3a65df0084
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105281

View File

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