net: add compat headers without rte prefix
[dpdk.git] / lib / librte_net / rte_esp.h
index 034c113..509eb60 100644 (file)
 
 #include <stdint.h>
 
+#ifndef RTE_NET_NO_COMPAT
+#include <rte_esp_compat.h>
+#endif
+
 #ifdef __cplusplus
 extern "C" {
 #endif