From 7348f8656e56d3364c551823cf96c43e76b4ac27 Mon Sep 17 00:00:00 2001 From: dlg Date: Sun, 12 Apr 2015 09:57:54 +0000 Subject: [PATCH] dont rely on hfsc.h via pfvar.h to include sys/timeout.h. --- sys/net/if_bridge.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 #include /* -- 2.20.1