eal/windows: implement basic memory management
[dpdk.git] / lib / librte_eal / common / rte_malloc.c
index f1b7316..9d39e58 100644 (file)
@@ -20,6 +20,7 @@
 #include <rte_lcore.h>
 #include <rte_common.h>
 #include <rte_spinlock.h>
+
 #include <rte_eal_trace.h>
 
 #include <rte_malloc.h>