diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-07-08 15:27:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-08 15:27:35 -0400 |
| commit | a7001650c8b5f1bd37f5f678e82920710fd4a4b7 (patch) | |
| tree | 81154a08ed3ff405947fb3dd7ae608b154c51eed | |
| parent | 20a5d5508b90af66e061616a2438a59602e21993 (diff) | |
| parent | 668cfa98129240bf99038a7c5366598091f5abf4 (diff) | |
Merge pull request #4654 from manuhalo/fix_bgp_lbp_warn
bgpd: fix implicit declaration warning
| -rw-r--r-- | bgpd/bgp_labelpool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_labelpool.c b/bgpd/bgp_labelpool.c index e0e3d7ff2e..7518f02acf 100644 --- a/bgpd/bgp_labelpool.c +++ b/bgpd/bgp_labelpool.c @@ -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. |
