]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgpd: add vty.h to bgpd.h
authorQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 2 Mar 2017 01:45:55 +0000 (01:45 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 2 Mar 2017 02:09:00 +0000 (02:09 +0000)
`struct vty` referenced in body of bgpd.h, so it should be #include'd.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
bgpd/bgpd.h

index 09c64aa331396f5dde1fb99b8aec26e79ccb3d95..54bb55749b5cc4c394f53b2cd9f11adb159b334b 100644 (file)
@@ -24,6 +24,7 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 #include "qobj.h"
 #include "lib/json.h"
 #include "vrf.h"
+#include "vty.h"
 
 /* For union sockunion.  */
 #include "queue.h"