[dpdk-dev] [PATCH 17/19] common/mlx5: fixed missing dependency in mlx5_glue.h
From: Srikanth Kaka <hidden>
Date: 2021-09-27 15:00:07
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Srikanth Kaka <hidden>
Date: 2021-09-27 15:00:07
Subsystem:
the rest · Maintainer:
Linus Torvalds
In FreeBSD, "FILE" needs stdio.h to be included Signed-off-by: Srikanth Kaka <redacted> Signed-off-by: Vag Singh <redacted> Signed-off-by: Anand Thulasiram <redacted> --- 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