From 0a8526396b047c8a0e811a5f24c204a1f53fbb7b Mon Sep 17 00:00:00 2001 From: Camiel Dobbelaar Date: Mon, 8 Oct 2012 17:41:56 +0000 Subject: Forward declare struct m_tag in netinet/ip_ipsp.h so we don't need to include sys/mbuf.h in net/pfvar.h. Flagged by and ok guenther@ --- sys/netinet/ip_ipsp.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/netinet/ip_ipsp.h') diff --git a/sys/netinet/ip_ipsp.h b/sys/netinet/ip_ipsp.h index fdb146fa6da..ddb9e6d6da3 100644 --- a/sys/netinet/ip_ipsp.h +++ b/sys/netinet/ip_ipsp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ipsp.h,v 1.150 2012/09/20 10:25:03 blambert Exp $ */ +/* $OpenBSD: ip_ipsp.h,v 1.151 2012/10/08 17:41:55 camield Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr), @@ -40,6 +40,8 @@ #ifndef _NETINET_IPSP_H_ #define _NETINET_IPSP_H_ +struct m_tag; + /* IPSP global definitions. */ #include -- cgit v1.2.3