summaryrefslogtreecommitdiff
path: root/net/core
diff options
context:
space:
mode:
authorGustavo Solaira <gustavos@codeaurora.org>2018-08-24 15:03:55 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-09-04 18:35:04 -0700
commit941d2a76bfeb20b519656c35b809f5c1877b85a4 (patch)
tree05b477d37026fa3da0e1a85fa387388ca2d10164 /net/core
parent7689015a2d07f0b9677fd4fcebb7ce572b1ec92c (diff)
net: Include additional rmnet header in flow_dissector
Add an additional header in flow_dissector since it provides some structs that are needed for it. Change-Id: I654ce9838f704c71b5c5015ef30d88a01a528f0b Signed-off-by: Gustavo Solaira <gustavos@codeaurora.org>
Diffstat (limited to 'net/core')
-rw-r--r--net/core/flow_dissector.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/flow_dissector.c b/net/core/flow_dissector.c
index 875555959ed0..1e03956b7bb7 100644
--- a/net/core/flow_dissector.c
+++ b/net/core/flow_dissector.c
@@ -6,6 +6,7 @@
#include <linux/if_vlan.h>
#include <net/ip.h>
#include <net/ipv6.h>
+#include <net/rmnet_config.h>
#include <linux/igmp.h>
#include <linux/icmp.h>
#include <linux/sctp.h>