raw/ioat: fix build missing errno include

The inline functions in rte_idxd_rawdev_fns.h make use of rte_errno, but
the header with its definition is not included by that file leading to
build errors.

Fixes: f82c87eb14 ("raw/ioat: move idxd functions to separate file")
Cc: stable@dpdk.org

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
This commit is contained in:
Bruce Richardson 2022-06-23 14:49:31 +01:00 committed by Thomas Monjalon
parent 64e14b8b07
commit dd51b7bd66

View File

@ -16,6 +16,7 @@
*/
#include <stdint.h>
#include <rte_errno.h>
/*
* Defines used in the data path for interacting with IDXD hardware.