On Fri, Sep 23, 2022 at 10:29 AM David Marchand <david.march...@redhat.com> wrote: > > On Fri, Sep 23, 2022 at 10:26 AM Thomas Monjalon <tho...@monjalon.net> 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 <tho...@monjalon.net> > Tested-by: David Marchand <david.march...@redhat.com>
Applied, thanks. -- David Marchand