endian.h is not needed for the compilation of i40e_rxtx.c and its inclusion prevents building on FreeBSD systems.
Signed-off-by: Bruce Richardson <bruce.richardson at intel.com> --- lib/librte_pmd_i40e/i40e_rxtx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_pmd_i40e/i40e_rxtx.c b/lib/librte_pmd_i40e/i40e_rxtx.c index d802894..9fccbee 100644 --- a/lib/librte_pmd_i40e/i40e_rxtx.c +++ b/lib/librte_pmd_i40e/i40e_rxtx.c @@ -31,7 +31,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <endian.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -- 1.9.3