In FreeBSD, "FILE" needs stdio.h to be included Signed-off-by: Srikanth Kaka <[email protected]> Signed-off-by: Vag Singh <[email protected]> Signed-off-by: Anand Thulasiram <[email protected]> --- 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

