diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-20 03:12:17 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-20 03:12:17 +0200 |
commit | ffd0c03744b89328d4f8e134f17cecb07ead6e74 (patch) | |
tree | 54b70b9c50d2af6667715df80064e6dc8058e4e1 /bgpd/bgp_vty.h | |
parent | zebra: zebra-warnings.patch (diff) | |
download | frr-ffd0c03744b89328d4f8e134f17cecb07ead6e74.tar.xz frr-ffd0c03744b89328d4f8e134f17cecb07ead6e74.zip |
bgpd: bgpd-warnings.patch
Remove compile warnings for the bgpd directory
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by:
Diffstat (limited to 'bgpd/bgp_vty.h')
-rw-r--r-- | bgpd/bgp_vty.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgp_vty.h b/bgpd/bgp_vty.h index 7f47f263b..5f8f8163f 100644 --- a/bgpd/bgp_vty.h +++ b/bgpd/bgp_vty.h @@ -21,6 +21,8 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA #ifndef _QUAGGA_BGP_VTY_H #define _QUAGGA_BGP_VTY_H +#include "bgpd/bgpd.h" + #define CMD_AS_RANGE "<1-4294967295>" #define DYNAMIC_NEIGHBOR_LIMIT_RANGE "<1-5000>" |