Merge pull request #4654 from manuhalo/fix_bgp_lbp_warn

bgpd: fix implicit declaration warning
This commit is contained in:
Donald Sharp 2019-07-08 15:27:35 -04:00 committed by GitHub
commit a7001650c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@
#include "bgpd/bgp_labelpool.h"
#include "bgpd/bgp_debug.h"
#include "bgpd/bgp_errors.h"
#include "bgpd/bgp_route.h"
/*
* Definitions and external declarations.