> > Compilation fails in some distributions because of missing unistd.h > > needed for pread/pwrite (seen with Suse): > > lib/librte_eal/linuxapp/eal/eal_pci_uio.c:62:2: > > error: implicit declaration of function ?pread? > > > > Fixes: 4a499c649590 ("eal/linux: enable uio_pci_generic support") > > > > Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com> > Acked-by: David Marchand <david.marchand at 6wind.com>
Applied