net: add compat headers without rte prefix
[dpdk.git] / lib / librte_net / rte_ip.h
index e579321..7bc4df7 100644 (file)
 #include <rte_byteorder.h>
 #include <rte_mbuf.h>
 
+#ifndef RTE_NET_NO_COMPAT
+#include <rte_ip_compat.h>
+#endif
+
 #ifdef __cplusplus
 extern "C" {
 #endif