diff options
author | 2015-09-11 08:22:31 +0000 | |
---|---|---|
committer | 2015-09-11 08:22:31 +0000 | |
commit | 562bbd83b37fcb4a4269645747625c1911d29a8f (patch) | |
tree | 6e862d666cf92fe7a4862f9263bd5157e09b2d5b /sys/kern/kern_time.c | |
parent | Kill yet another argument to functions in IPv6. This time ip6_output's (diff) | |
download | wireguard-openbsd-562bbd83b37fcb4a4269645747625c1911d29a8f.tar.xz wireguard-openbsd-562bbd83b37fcb4a4269645747625c1911d29a8f.zip |
Only include <sys/tame.h> in the .c files that need it
ok deraadt@ miod@
Diffstat (limited to 'sys/kern/kern_time.c')
-rw-r--r-- | sys/kern/kern_time.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/kern_time.c b/sys/kern/kern_time.c index f8eccb3b98d..2942e3de2cc 100644 --- a/sys/kern/kern_time.c +++ b/sys/kern/kern_time.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_time.c,v 1.92 2015/08/22 20:18:49 deraadt Exp $ */ +/* $OpenBSD: kern_time.c,v 1.93 2015/09/11 08:22:31 guenther Exp $ */ /* $NetBSD: kern_time.c,v 1.20 1996/02/18 11:57:06 fvdl Exp $ */ /* @@ -40,6 +40,7 @@ #include <sys/ktrace.h> #include <sys/vnode.h> #include <sys/signalvar.h> +#include <sys/tame.h> #include <sys/timetc.h> #include <sys/mount.h> |