For consistency since these includes are already pulled by others.
Fixes:
4eba244b78ec ("net/mlx4: move rdma-core calls to separate file")
Fixes:
0e83b8e536c1 ("net/mlx5: move rdma-core calls to separate file")
Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
* Copyright 2018 Mellanox
*/
+#include <stddef.h>
+#include <stdint.h>
+
/* Verbs headers do not support -pedantic. */
#ifdef PEDANTIC
#pragma GCC diagnostic ignored "-Wpedantic"
#ifndef MLX4_GLUE_H_
#define MLX4_GLUE_H_
+#include <stddef.h>
+#include <stdint.h>
+
/* Verbs headers do not support -pedantic. */
#ifdef PEDANTIC
#pragma GCC diagnostic ignored "-Wpedantic"
#ifndef MLX5_GLUE_H_
#define MLX5_GLUE_H_
+#include <stddef.h>
#include <stdint.h>
/* Verbs headers do not support -pedantic. */