git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4aefd6
)
net/mlx4: fix missing include
author
Adrien Mazarguil
<adrien.mazarguil@6wind.com>
Thu, 2 Nov 2017 13:41:25 +0000
(14:41 +0100)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Thu, 2 Nov 2017 19:05:43 +0000
(20:05 +0100)
Fixes:
76df01ff622f
("net/mlx4: separate debugging macros")
Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
drivers/net/mlx4/mlx4_utils.h
patch
|
blob
|
history
diff --git
a/drivers/net/mlx4/mlx4_utils.h
b/drivers/net/mlx4/mlx4_utils.h
index
bebd4ae
..
dc529c9
100644
(file)
--- a/
drivers/net/mlx4/mlx4_utils.h
+++ b/
drivers/net/mlx4/mlx4_utils.h
@@
-34,6
+34,7
@@
#ifndef MLX4_UTILS_H_
#define MLX4_UTILS_H_
+#include <assert.h>
#include <stddef.h>
#include <stdio.h>