lib: fix cache alignment of structures
[dpdk.git] / lib / librte_eal / common / include / rte_malloc_heap.h
index f727b7a..716216f 100644 (file)
@@ -37,6 +37,7 @@
 #include <stddef.h>
 #include <sys/queue.h>
 #include <rte_spinlock.h>
+#include <rte_memory.h>
 
 /* Number of free lists per heap, grouped by size. */
 #define RTE_HEAP_NUM_FREELISTS  5