mem: fix build because of missing stdio.h for FILE
[dpdk.git] / lib / librte_eal / common / include / rte_memory.h
index 7f21244..4cf8ea9 100644 (file)
@@ -42,6 +42,7 @@
 
 #include <stdint.h>
 #include <stddef.h>
+#include <stdio.h>
 
 #ifdef RTE_EXEC_ENV_LINUXAPP
 #include <exec-env/rte_dom0_common.h>