diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-05-22 12:31:47 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2023-10-04 13:01:21 +0200 |
commit | e55696a4f88b63c622bb3a0360f9114d01253e53 (patch) | |
tree | 78625ec44c68fd52d46b50de63ff6501cea59e42 /test | |
parent | 21213be523baa7f2cbf0feaa617f265c55e9b17a (diff) |
Lib: Indirect bitmap for MPLS label allocator
Diffstat (limited to 'test')
-rw-r--r-- | test/bt-utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/bt-utils.c b/test/bt-utils.c index fb42cd35..57b8b824 100644 --- a/test/bt-utils.c +++ b/test/bt-utils.c @@ -16,6 +16,7 @@ #include "nest/bird.h" #include "nest/route.h" #include "nest/protocol.h" +#include "nest/mpls.h" #include "sysdep/unix/unix.h" #include "sysdep/unix/krt.h" |