eal: fix build for FreeBSD
[dpdk.git] / lib / librte_eal / common / include / rte_tailq.h
index 42df7d2..0ddcc11 100644 (file)
@@ -45,6 +45,7 @@ extern "C" {
 #endif
 
 #include <sys/queue.h>
+#include <stdio.h>
 
 /** dummy structure type used by the rte_tailq APIs */
 struct rte_dummy {