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

2024-06-20 Thread Stephen Hemminger
On Thu, 20 Jun 2024 10:14:18 +0100 Bruce Richardson wrote: > On Thu, Jun 20, 2024 at 09:24:51AM +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 > > --- >

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

2024-06-20 Thread Bruce Richardson
On Thu, Jun 20, 2024 at 09:24:51AM +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: Bruce Richardson

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

2024-06-20 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