[dpdk-dev] [PATCH 17/19] common/mlx5: fixed missing dependency in mlx5_glue.h

Srikanth Kaka srikanth.k at oneconvergence.com
Mon Sep 27 15:34:48 CEST 2021


In FreeBSD, "FILE" needs stdio.h to be included

Signed-off-by: Srikanth Kaka <srikanth.k at oneconvergence.com>
Signed-off-by: Vag Singh <vag.singh at oneconvergence.com>
Signed-off-by: Anand Thulasiram <avelu at juniper.net>
---
 drivers/common/mlx5/freebsd/mlx5_glue.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/common/mlx5/freebsd/mlx5_glue.h b/drivers/common/mlx5/freebsd/mlx5_glue.h
index f39ef2dac7..9f12a5d71e 100644
--- a/drivers/common/mlx5/freebsd/mlx5_glue.h
+++ b/drivers/common/mlx5/freebsd/mlx5_glue.h
@@ -6,6 +6,7 @@
 #ifndef MLX5_GLUE_H_
 #define MLX5_GLUE_H_
 
+#include <stdio.h>
 #include <stddef.h>
 #include <stdint.h>
 /* Verbs headers do not support -pedantic. */
-- 
2.30.2



More information about the dev mailing list