lib: fix cache alignment of structures
[dpdk.git] / lib / librte_mbuf / rte_mbuf.h
index efdefc4..16059c6 100644 (file)
@@ -55,6 +55,7 @@
 
 #include <stdint.h>
 #include <rte_mempool.h>
+#include <rte_memory.h>
 #include <rte_atomic.h>
 #include <rte_prefetch.h>
 #include <rte_branch_prediction.h>