lib: fix cache alignment of structures
[dpdk.git] / lib / librte_malloc / malloc_elem.h
index 72f22a1..9790b1a 100644 (file)
@@ -34,6 +34,8 @@
 #ifndef MALLOC_ELEM_H_
 #define MALLOC_ELEM_H_
 
+#include <rte_memory.h>
+
 /* dummy definition of struct so we can use pointers to it in malloc_elem struct */
 struct malloc_heap;