diff options
| author | Emanuele Di Pascale <emanuele@voltanet.io> | 2019-07-08 18:45:14 +0200 | 
|---|---|---|
| committer | Emanuele Di Pascale <emanuele@voltanet.io> | 2019-07-08 18:45:14 +0200 | 
| commit | 668cfa98129240bf99038a7c5366598091f5abf4 (patch) | |
| tree | 99ffc2b14a6a5bc864a028faea1492ae698d72f1 /bgpd/bgp_labelpool.c | |
| parent | 6dcd5d2a459e6b629b2bc93911d35740f322cbc1 (diff) | |
bgpd: fix implicit declaration warning
Add header with prototype for bgp_path_info_unlock
Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
Diffstat (limited to 'bgpd/bgp_labelpool.c')
| -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.  | 
