diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2015-04-12 09:57:55 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2015-04-12 09:57:55 +0000 |
commit | 690ef6b89ba85156aaeead791cf20d94329cb38a (patch) | |
tree | a848409f9806daa5e95be0f33054ac2b21ad3400 /sys/net/if_bridge.h | |
parent | ed4a5841180cc44b1718f8a0b672153b87213836 (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.h | 3 |
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> /* |