summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/bmon/files/bmon-3.6-net_if.h.patch')
-rw-r--r--net-analyzer/bmon/files/bmon-3.6-net_if.h.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-analyzer/bmon/files/bmon-3.6-net_if.h.patch b/net-analyzer/bmon/files/bmon-3.6-net_if.h.patch
new file mode 100644
index 000000000000..74a174b2f381
--- /dev/null
+++ b/net-analyzer/bmon/files/bmon-3.6-net_if.h.patch
@@ -0,0 +1,11 @@
+--- a/src/in_netlink.c
++++ b/src/in_netlink.c
+@@ -37,6 +37,8 @@
+ static struct element_group *grp;
+ static struct bmon_module netlink_ops;
+
++#include <net/if.h>
++
+ #include <netlink/netlink.h>
+ #include <netlink/cache.h>
+ #include <netlink/utils.h>