mcslock: add MCS queued lock implementation
[dpdk.git] / lib / librte_eal / common / eal_common_memzone.c
index 521ad7c..ef6c909 100644 (file)
@@ -24,6 +24,7 @@
 #include "malloc_heap.h"
 #include "malloc_elem.h"
 #include "eal_private.h"
+#include "eal_memcfg.h"
 
 static inline const struct rte_memzone *
 memzone_lookup_thread_unsafe(const char *name)