diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-12-22 15:24:25 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-10-07 21:05:05 -0400 |
| commit | 822835927b36cf84677e9081a1a7eaf84db89b8a (patch) | |
| tree | 8d8557b21b118f02b33a6b186ad229e8d5aa60ed /zebra/if_ioctl.c | |
| parent | b10c5b07022e404dc36a9b50d592b131f356c54a (diff) | |
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 101529c321..5b7b5863e5 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" |
