[RFC 12/21] node: get UDP header

Stephen Hemminger <[email protected]> Sun, 2 Aug 2026 11:15:17 -0700
Newsgroups org.dpdk.dev
Message-ID <[email protected]>
This library was getting udp header indirectly via rte_ethdev.h

Signed-off-by: Stephen Hemminger <[email protected]>
---
 lib/node/udp4_input.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/node/udp4_input.c b/lib/node/udp4_input.c
index 5a74e28c85..fb62822b76 100644
--- a/lib/node/udp4_input.c
+++ b/lib/node/udp4_input.c
@@ -11,6 +11,7 @@
 #include <rte_graph.h>
 #include <rte_graph_worker.h>
 #include <rte_ip.h>
+#include <rte_udp.h>
 #include <rte_lpm.h>
 #include <rte_hash.h>
 #include <rte_fbk_hash.h>
-- 
2.53.0