flow_dissector: add missing header includes
Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
06635a35d1
commit
c3f8eaeb6e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue