On Sat, Aug 27, 2022 at 1:33 PM Dmitry Kozlyuk <dmitry.kozl...@gmail.com> wrote: > diff --git a/lib/efd/rte_efd.c b/lib/efd/rte_efd.c > index bbc6fc585d..846c906aea 100644 > --- a/lib/efd/rte_efd.c > +++ b/lib/efd/rte_efd.c > @@ -1,9 +1,11 @@ > /* SPDX-License-Identifier: BSD-3-Clause > * Copyright(c) 2016-2017 Intel Corporation > */ > +#include <errno.h> > #include <stdio.h> > #include <string.h> > #include <stdint.h> > +#include <stdlib.h> > #include <inttypes.h> > #include <errno.h> > #include <sys/queue.h>
errno is included twice. I will fix while applying. -- David Marchand