diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-02-01 13:12:16 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-02-01 13:12:16 +0100 |
commit | ff1c42fb9fc6c7f33657a06d26b3722a5bc86c07 (patch) | |
tree | 8d3b585fe7fd5b2c0a5ee5481acb101d45a0f280 /bgpd/bgp_main.c | |
parent | Merge pull request #140 from opensourcerouting/fixes/isis-subtlv (diff) | |
download | frr-ff1c42fb9fc6c7f33657a06d26b3722a5bc86c07.tar.xz frr-ff1c42fb9fc6c7f33657a06d26b3722a5bc86c07.zip |
*: fix warning fallout from set_socket_path
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'bgpd/bgp_main.c')
-rw-r--r-- | bgpd/bgp_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c index e6f5cdcb6..ba59365a6 100644 --- a/bgpd/bgp_main.c +++ b/bgpd/bgp_main.c @@ -40,6 +40,7 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA #include "queue.h" #include "vrf.h" #include "bfd.h" +#include "sockopt.h" #include "bgpd/bgpd.h" #include "bgpd/bgp_attr.h" |