summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2023-05-18 07:58:25 -0400
committerGitHub <noreply@github.com>2023-05-18 07:58:25 -0400
commit72207cfe9a424b7c646478036e15b347cb1f07e5 (patch)
treebcbaa039d04266529456f9c49d64fa246c96e580
parenta8bc67a989a203d2fb51748eb73bb02dbe706f6f (diff)
parenteb68d4a04c3088ec3127b300205ec300012b5e9d (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.c1
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"