net: add compat headers without rte prefix
[dpdk.git] / lib / librte_net / rte_sctp.h
index b3661b0..6567548 100644 (file)
 #ifndef _RTE_SCTP_H_
 #define _RTE_SCTP_H_
 
+#ifndef RTE_NET_NO_COMPAT
+#include <rte_sctp_compat.h>
+#endif
+
 #ifdef __cplusplus
 extern "C" {
 #endif