diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2023-05-18 07:58:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-18 07:58:25 -0400 |
| commit | 72207cfe9a424b7c646478036e15b347cb1f07e5 (patch) | |
| tree | bcbaa039d04266529456f9c49d64fa246c96e580 | |
| parent | a8bc67a989a203d2fb51748eb73bb02dbe706f6f (diff) | |
| parent | eb68d4a04c3088ec3127b300205ec300012b5e9d (diff) | |
Merge pull request #13544 from cscarpitta/bugfix/fix-build-error
zebra: Fix build error when FRR is built with the `--disable-bfdd` option
| -rw-r--r-- | zebra/zebra_ptm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_ptm.c b/zebra/zebra_ptm.c index a1fee840df..fc3f0c96a7 100644 --- a/zebra/zebra_ptm.c +++ b/zebra/zebra_ptm.c @@ -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" |
