net: add compat headers without rte prefix
[dpdk.git] / lib / librte_net / rte_arp.h
index f17c529..3e8df28 100644 (file)
 #include <stdint.h>
 #include <rte_ether.h>
 
+#ifndef RTE_NET_NO_COMPAT
+#include <rte_arp_compat.h>
+#endif
+
 #ifdef __cplusplus
 extern "C" {
 #endif