summaryrefslogtreecommitdiff
path: root/sys/net/if_bridge.h
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2015-04-12 09:57:55 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2015-04-12 09:57:55 +0000
commit690ef6b89ba85156aaeead791cf20d94329cb38a (patch)
treea848409f9806daa5e95be0f33054ac2b21ad3400 /sys/net/if_bridge.h
parented4a5841180cc44b1718f8a0b672153b87213836 (diff)
dont rely on hfsc.h via pfvar.h to include sys/timeout.h.
Diffstat (limited to 'sys/net/if_bridge.h')
-rw-r--r--sys/net/if_bridge.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/if_bridge.h b/sys/net/if_bridge.h
index 395efe789fc..6dbdb0dc0d9 100644
--- a/sys/net/if_bridge.h
+++ b/sys/net/if_bridge.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_bridge.h,v 1.41 2015/01/24 00:29:06 deraadt Exp $ */
+/* $OpenBSD: if_bridge.h,v 1.42 2015/04/12 09:57:54 dlg Exp $ */
/*
* Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net)
@@ -35,6 +35,7 @@
#ifndef _NET_IF_BRIDGE_H_
#define _NET_IF_BRIDGE_H_
+#include <sys/timeout.h>
#include <net/pfvar.h>
/*