]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_malloc/malloc_elem.h
lib: fix cache alignment of structures
[dpdk.git] / lib / librte_malloc / malloc_elem.h
index 72f22a101d086151e936357c54edf6bdc17e85fd..9790b1a09ef280d5675bbe165d524e05f372f444 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;