summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/net/pfvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h
index b9a974c5da8..df95c76933d 100644
--- a/sys/net/pfvar.h
+++ b/sys/net/pfvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfvar.h,v 1.369 2012/09/20 09:43:49 camield Exp $ */
+/* $OpenBSD: pfvar.h,v 1.370 2012/10/05 12:32:27 camield Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -35,6 +35,7 @@
#define _NET_PFVAR_H_
#include <sys/param.h>
+#include <sys/mbuf.h>
#include <sys/types.h>
#include <sys/queue.h>
#include <sys/tree.h>