diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 1999-03-24 12:43:39 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 1999-03-24 12:43:39 +0000 |
| commit | efce68a2e935ab23f4dc8b3c454cb0ef5dd594e7 (patch) | |
| tree | a7665662ef055dd0d81772468281eeda63ec24e1 | |
| parent | cff5e07509d96338b8d4dca4a2bd8b6d06f98a83 (diff) | |
Notes
| -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 76f4e283c17a..973e8863f0fa 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> |
