net/mlx4: fix missing include

Fixes: 76df01ff62 ("net/mlx4: separate debugging macros")

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
This commit is contained in:
Adrien Mazarguil 2017-11-02 14:41:25 +01:00 committed by Ferruh Yigit
parent e4aefd6dd2
commit 9e0207bf1a

View File

@ -34,6 +34,7 @@
#ifndef MLX4_UTILS_H_
#define MLX4_UTILS_H_
#include <assert.h>
#include <stddef.h>
#include <stdio.h>