diff options
author | luigi <luigi@FreeBSD.org> | 1999-03-24 12:43:39 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 1999-03-24 12:43:39 +0000 |
commit | 2e53da61afacceb17750842b84bceb004c06daa0 (patch) | |
tree | 2b706c3769936c769429102a7a5139d097e3561a /sys/netinet | |
parent | 983a0df3af18ce10e251dadf960738b40a34cf5f (diff) | |
download | FreeBSD-src-2e53da61afacceb17750842b84bceb004c06daa0.zip FreeBSD-src-2e53da61afacceb17750842b84bceb004c06daa0.tar.gz |
add missing #include "opt_bdg.h"
Diffstat (limited to 'sys/netinet')
-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> |