From: Daniel Walton Date: Thu, 6 Oct 2016 20:23:13 +0000 (+0000) Subject: all: removed all DEFUN command stomps (fix build errors) X-Git-Tag: frr-3.0-branchpoint~129^2~86 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=5e6a74d811ec68b9424a0341716593e37a342ca5;p=matthieu%2Ffrr.git all: removed all DEFUN command stomps (fix build errors) Signed-off-by: Daniel Walton --- diff --git a/zebra/if_netlink.c b/zebra/if_netlink.c index dffa6568ea..09268d3518 100644 --- a/zebra/if_netlink.c +++ b/zebra/if_netlink.c @@ -22,6 +22,7 @@ #include +#include "vty.h" #include "zebra/zserv.h" #include "zebra/rt_netlink.h" diff --git a/zebra/ioctl.c b/zebra/ioctl.c index f91ee2438d..1835fb3102 100644 --- a/zebra/ioctl.c +++ b/zebra/ioctl.c @@ -29,6 +29,7 @@ #include "log.h" #include "privs.h" +#include "vty.h" #include "zebra/rib.h" #include "zebra/rt.h" #include "zebra/interface.h" diff --git a/zebra/rt_netlink.c b/zebra/rt_netlink.c index a6984f7f2f..a5f62dfa03 100644 --- a/zebra/rt_netlink.c +++ b/zebra/rt_netlink.c @@ -40,6 +40,7 @@ #include "privs.h" #include "nexthop.h" #include "vrf.h" +#include "vty.h" #include "zebra/zserv.h" #include "zebra/zebra_ns.h" diff --git a/zebra/rtread_netlink.c b/zebra/rtread_netlink.c index c27e6e97f1..1d41861bbd 100644 --- a/zebra/rtread_netlink.c +++ b/zebra/rtread_netlink.c @@ -22,6 +22,7 @@ #include +#include "vty.h" #include "zebra/zserv.h" #include "zebra/rt_netlink.h"