mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 03:57:34 -04:00
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:
committed by
David S. Miller
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
|
||||
|
||||
Reference in New Issue
Block a user