summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ipsp.h
diff options
context:
space:
mode:
authorCamiel Dobbelaar <camield@cvs.openbsd.org>2012-10-08 17:41:56 +0000
committerCamiel Dobbelaar <camield@cvs.openbsd.org>2012-10-08 17:41:56 +0000
commit0a8526396b047c8a0e811a5f24c204a1f53fbb7b (patch)
treeaa8ec8bdca9d4e9d27cead7d73012436039aacaa /sys/netinet/ip_ipsp.h
parentdf28524b790fc6b062c4e2af540498b1fbe9a771 (diff)
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@
Diffstat (limited to 'sys/netinet/ip_ipsp.h')
-rw-r--r--sys/netinet/ip_ipsp.h4
1 files changed, 3 insertions, 1 deletions
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 <sys/types.h>