diff options
-rw-r--r-- | sys/netinet/ip_dummynet.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_dummynet.c b/sys/netinet/ip_dummynet.c index 76f4e28..973e886 100644 --- a/sys/netinet/ip_dummynet.c +++ b/sys/netinet/ip_dummynet.c @@ -10,7 +10,7 @@ * * This software is provided ``AS IS'' without any warranties of any kind. * - * $Id: ip_dummynet.c,v 1.7 1999/01/12 16:43:52 eivind Exp $ + * $Id: ip_dummynet.c,v 1.8 1999/01/27 22:42:24 dillon Exp $ */ /* @@ -53,6 +53,7 @@ #include <netinet/ip_dummynet.h> #include <netinet/ip_var.h> +#include "opt_bdg.h" #ifdef BRIDGE #include <netinet/if_ether.h> /* for struct arpcom */ #include <net/bridge.h> |