diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-03-28 09:17:56 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-03-28 09:17:56 +0000 |
| commit | f34fa851e0b97ea3637d73827346927014e1b137 (patch) | |
| tree | 2cd0230eaac847e88811b3c23c3cf39fd199008b /sys/kern/kern_clock.c | |
| parent | 5e980e229f3ed52731211607e437b2f6759ab71a (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_clock.c')
| -rw-r--r-- | sys/kern/kern_clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c index 6e99f24b0933..72d8c628d5e7 100644 --- a/sys/kern/kern_clock.c +++ b/sys/kern/kern_clock.c @@ -47,6 +47,7 @@ #include <sys/callout.h> #include <sys/ipl.h> #include <sys/kernel.h> +#include <sys/lock.h> #include <sys/mutex.h> #include <sys/proc.h> #include <sys/resourcevar.h> @@ -54,7 +55,6 @@ #include <sys/timetc.h> #include <sys/timepps.h> #include <vm/vm.h> -#include <sys/lock.h> #include <vm/pmap.h> #include <vm/vm_map.h> #include <sys/sysctl.h> |
