On Fri, Sep 23, 2022 at 10:29 AM David Marchand <[email protected]> wrote: > > On Fri, Sep 23, 2022 at 10:26 AM Thomas Monjalon <[email protected]> wrote: > > > > A recent commit removed errno.h from rte_common.h. > > It has to be added in various places where it is used, > > and wad implicitly included via rte_common.h, > > was* > > > but was forgotten in gpu/cuda. > > > > As a result, the compilation is broken: > > drivers/gpu/cuda/gdrcopy.c:116:17: error: ‘ENOTSUP’ undeclared > > > > Note that rte_errno.h does not include errno.h. > > The include of errno.h is added. > > > > Fixes: 72b452c5f259 ("eal: remove unneeded includes from a public header") > > > > Signed-off-by: Thomas Monjalon <[email protected]> > Tested-by: David Marchand <[email protected]>
Applied, thanks. -- David Marchand

