Date: Sun, 31 Dec 2017 20:30:51 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r327446 - head/sys/sparc64/sparc64 Message-ID: <201712312030.vBVKUp47026181@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ian Date: Sun Dec 31 20:30:51 2017 New Revision: 327446 URL: https://svnweb.freebsd.org/changeset/base/327446 Log: Chase r327432... sparc64 clock.c now needs to include sys/tslog.h Discussed with: cperciva Modified: head/sys/sparc64/sparc64/clock.c Modified: head/sys/sparc64/sparc64/clock.c ============================================================================== --- head/sys/sparc64/sparc64/clock.c Sun Dec 31 20:23:39 2017 (r327445) +++ head/sys/sparc64/sparc64/clock.c Sun Dec 31 20:30:51 2017 (r327446) @@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$"); #include <sys/pcpu.h> #include <sys/proc.h> #include <sys/sched.h> +#include <sys/tslog.h> #include <machine/cpu.h> #include <machine/cpufunc.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712312030.vBVKUp47026181>