diff options
author | Jiri Pirko | 2015-05-12 14:56:17 +0200 |
---|---|---|
committer | David S. Miller | 2015-05-13 15:19:47 -0400 |
commit | c3f8eaeb6ea501bd0e2e424f5dfecf952b12a06f (patch) | |
tree | 7272a3b63d96b78812bef2b36fcd25ad4c32cf4e /include/net/flow_dissector.h | |
parent | 06635a35d13d42b95422bba6633f175245cc644e (diff) |
flow_dissector: add missing header includes
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/flow_dissector.h')
-rw-r--r-- | include/net/flow_dissector.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/flow_dissector.h b/include/net/flow_dissector.h index 0c8d406fb730..1add8918a155 100644 --- a/include/net/flow_dissector.h +++ b/include/net/flow_dissector.h @@ -1,6 +1,9 @@ #ifndef _NET_FLOW_DISSECTOR_H #define _NET_FLOW_DISSECTOR_H +#include <linux/types.h> +#include <linux/skbuff.h> + /** * struct flow_dissector_key_basic: * @thoff: Transport header offset |