diff options
Diffstat (limited to 'zebra/mtu_kvm.c')
-rw-r--r-- | zebra/mtu_kvm.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/zebra/mtu_kvm.c b/zebra/mtu_kvm.c index d37bb9bb..c54741dd 100644 --- a/zebra/mtu_kvm.c +++ b/zebra/mtu_kvm.c @@ -24,9 +24,16 @@ #include <kvm.h> #include <limits.h> #include <fcntl.h> +#include "zebra/interface.h" /* declares if_kvm_get_mtu() */ #include "if.h" +/* This is compiled and linked for BSDI if found to be required at "configure" + * time. + * + * See: OTHER_METHOD + */ + /* get interface MTU to use kvm_read */ void if_kvm_get_mtu (struct interface *ifp) |