diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-12-22 21:24:25 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-10-08 03:05:05 +0200 |
commit | 822835927b36cf84677e9081a1a7eaf84db89b8a (patch) | |
tree | 8d8557b21b118f02b33a6b186ad229e8d5aa60ed /zebra/if_ioctl.c | |
parent | lib: Remove unknown protocol. (diff) | |
download | frr-822835927b36cf84677e9081a1a7eaf84db89b8a.tar.xz frr-822835927b36cf84677e9081a1a7eaf84db89b8a.zip |
zebra: Fix some warnings found during compile.
This commit fixes some warnings found in Martin's Testbed
that compiles sun solaris and freebsd images.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/if_ioctl.c')
-rw-r--r-- | zebra/if_ioctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/if_ioctl.c b/zebra/if_ioctl.c index 101529c32..5b7b5863e 100644 --- a/zebra/if_ioctl.c +++ b/zebra/if_ioctl.c @@ -31,6 +31,7 @@ #include "zebra_memory.h" #include "log.h" #include "vrf.h" +#include "vty.h" #include "zebra/interface.h" #include "zebra/rib.h" |