diff options
Diffstat (limited to 'sys/net/if_loop.c')
-rw-r--r-- | sys/net/if_loop.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_loop.c b/sys/net/if_loop.c index b78857354cd..5e873cb8c36 100644 --- a/sys/net/if_loop.c +++ b/sys/net/if_loop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_loop.c,v 1.52 2013/10/23 15:12:42 mpi Exp $ */ +/* $OpenBSD: if_loop.c,v 1.53 2013/10/24 11:31:43 mpi Exp $ */ /* $NetBSD: if_loop.c,v 1.15 1996/05/07 02:40:33 thorpej Exp $ */ /* @@ -132,7 +132,6 @@ #ifndef INET #include <netinet/in.h> #endif -#include <netinet6/in6_var.h> #include <netinet/ip6.h> #endif |