Merge pull request #13544 from cscarpitta/bugfix/fix-build-error

zebra: Fix build error when FRR is built with the `--disable-bfdd` option
This commit is contained in:
Donald Sharp 2023-05-18 07:58:25 -04:00 committed by GitHub
commit 72207cfe9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@
#include "ptm_lib.h"
#include "rib.h"
#include "stream.h"
#include "lib/version.h"
#include "vrf.h"
#include "vty.h"
#include "lib_errors.h"