From: Emanuele Di Pascale Date: Mon, 8 Jul 2019 16:45:14 +0000 (+0200) Subject: bgpd: fix implicit declaration warning X-Git-Tag: base_7.2~151^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=668cfa98129240bf99038a7c5366598091f5abf4;p=mirror%2Ffrr.git bgpd: fix implicit declaration warning Add header with prototype for bgp_path_info_unlock Signed-off-by: Emanuele Di Pascale --- 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.