summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/net/pfvar.h3
-rw-r--r--sys/netinet/ip_ipsp.h4
2 files changed, 4 insertions, 3 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h
index df95c76933d..2b4b83f4356 100644
--- a/sys/net/pfvar.h
+++ b/sys/net/pfvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfvar.h,v 1.370 2012/10/05 12:32:27 camield Exp $ */
+/* $OpenBSD: pfvar.h,v 1.371 2012/10/08 17:41:55 camield Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -35,7 +35,6 @@
#define _NET_PFVAR_H_
#include <sys/param.h>
-#include <sys/mbuf.h>
#include <sys/types.h>
#include <sys/queue.h>
#include <sys/tree.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 <sys/types.h>