diff options
author | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-10-06 22:23:13 +0200 |
---|---|---|
committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-10-06 22:23:13 +0200 |
commit | 5e6a74d811ec68b9424a0341716593e37a342ca5 (patch) | |
tree | 3a867fc69fe83261616682823cb6b66184c85e51 /zebra/ioctl.c | |
parent | all: removed all DEFUN command stomps (diff) | |
download | frr-5e6a74d811ec68b9424a0341716593e37a342ca5.tar.xz frr-5e6a74d811ec68b9424a0341716593e37a342ca5.zip |
all: removed all DEFUN command stomps (fix build errors)
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Diffstat (limited to 'zebra/ioctl.c')
-rw-r--r-- | zebra/ioctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/ioctl.c b/zebra/ioctl.c index f91ee2438..1835fb310 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" |