Re: [PATCH 4/5] fib: properly include vector API header file

2024-06-10 Thread Tyler Retzlaff
On Wed, Jun 05, 2024 at 08:49:44AM +0200, Mattias Rönnblom wrote: > The trie implementation of the fib library relied on , but > failed to provide a direct include of this file. > > Signed-off-by: Mattias Rönnblom > --- Acked-by: Tyler Retzlaff

[PATCH 4/5] fib: properly include vector API header file

2024-06-05 Thread Mattias Rönnblom
The trie implementation of the fib library relied on , but failed to provide a direct include of this file. Signed-off-by: Mattias Rönnblom --- lib/fib/trie.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fib/trie.c b/lib/fib/trie.c index 09470e7287..74db8863df 100644 --- a/lib/fib/tri