net: add compat headers without rte prefix
[dpdk.git] / lib / librte_net / rte_udp.h
index 1c3437c..c8bda5d 100644 (file)
 
 #include <stdint.h>
 
+#ifndef RTE_NET_NO_COMPAT
+#include <rte_udp_compat.h>
+#endif
+
 #ifdef __cplusplus
 extern "C" {
 #endif