diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-09-11 08:22:32 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-09-11 08:22:32 +0000 |
commit | bd1d0e55a81bd1a4982f925c0b387a851a3d05df (patch) | |
tree | f347fa40593a2d1858e075e7b2b60a4fdc3bfadd /sys/netinet6 | |
parent | 6e2fd864ccafbc76f535f19cb553dbfedb9f4ee0 (diff) |
Only include <sys/tame.h> in the .c files that need it
ok deraadt@ miod@
Diffstat (limited to 'sys/netinet6')
-rw-r--r-- | sys/netinet6/in6_pcb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet6/in6_pcb.c b/sys/netinet6/in6_pcb.c index 79d6947e006..d740d68481f 100644 --- a/sys/netinet6/in6_pcb.c +++ b/sys/netinet6/in6_pcb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in6_pcb.c,v 1.72 2015/09/11 07:42:35 claudio Exp $ */ +/* $OpenBSD: in6_pcb.c,v 1.73 2015/09/11 08:22:31 guenther Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -109,6 +109,7 @@ #include <sys/errno.h> #include <sys/time.h> #include <sys/proc.h> +#include <sys/tame.h> #include <net/if.h> #include <net/if_var.h> |