Re: [PATCH v2 4/6] distributor: properly include vector API header file

2024-06-20 Thread Bruce Richardson
On Thu, Jun 20, 2024 at 09:24:50AM +0200, Mattias Rönnblom wrote: > The distributor 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 4/6] distributor: properly include vector API header file

2024-06-20 Thread Mattias Rönnblom
The distributor library relied on , but failed to provide a direct include of this file. Signed-off-by: Mattias Rönnblom --- lib/distributor/rte_distributor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/distributor/rte_distributor.c b/lib/distributor/rte_distributor.c index e58727cd