misc: use right include for fctnl.h and poll.h 90/37890/3
authorGuillaume Solignac <gsoligna@cisco.com>
Tue, 10 Jan 2023 14:37:18 +0000 (15:37 +0100)
committerBeno�t Ganne <bganne@cisco.com>
Thu, 12 Jan 2023 13:18:36 +0000 (13:18 +0000)
commitaf5744c3595dee92ff9ceb1e08314123baea35e5
treee249c74a6586fa8064fda2fd116200c9bf5fea41
parent6903da232304bc47fc82178bb6956e3613a9921c
misc: use right include for fctnl.h and poll.h

Musl is stricter than glibc and has a warning that including fctnl.h and
poll.h should be prefered rather than their sys/ counterparts, which
breaks -Wall setups.

Type: fix
Signed-off-by: Guillaume Solignac <gsoligna@cisco.com>
Change-Id: Id101e999371951b0927cc8c4109f8f1536de1bc2
13 files changed:
src/tools/g2/clib.c
src/tools/g2/cpel.c
src/tools/g2/events.c
src/tools/perftool/c2cpel.c
src/tools/perftool/cpel_util.c
src/tools/perftool/cpelatency.c
src/tools/perftool/cpeldump.c
src/tools/perftool/cpelinreg.c
src/tools/perftool/cpelstate.c
src/vcl/vppcom.h
src/vlib/physmem.c
src/vppinfra/mpcap.c
src/vppinfra/pcap.c