[RFC 19/21] net/intel: include network headers

Stephen Hemminger <[email protected]> Sun, 2 Aug 2026 11:15:24 -0700
Newsgroups org.dpdk.dev
Message-ID <[email protected]>
This file was depending on network protocol headers getting
included via rte_ethdev.h -> rte_flow.h

Signed-off-by: Stephen Hemminger <[email protected]>
---
 drivers/net/intel/common/tx_scalar.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/net/intel/common/tx_scalar.h b/drivers/net/intel/common/tx_scalar.h
index 11ab6c08fc..dcb2ea5542 100644
--- a/drivers/net/intel/common/tx_scalar.h
+++ b/drivers/net/intel/common/tx_scalar.h
@@ -8,6 +8,9 @@
 #include <stdint.h>
 #include <rte_io.h>
 #include <rte_byteorder.h>
+#include <rte_udp.h>
+#include <rte_tcp.h>
+#include <rte_sctp.h>
 
 /* depends on common Tx definitions. */
 #include "tx.h"
-- 
2.53.0