Skip to content

Commit c3f8eae

Browse files
jpirkodavem330
authored andcommitted
flow_dissector: add missing header includes
Signed-off-by: Jiri Pirko <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 06635a3 commit c3f8eae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/net/flow_dissector.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#ifndef _NET_FLOW_DISSECTOR_H
22
#define _NET_FLOW_DISSECTOR_H
33

4+
#include <linux/types.h>
5+
#include <linux/skbuff.h>
6+
47
/**
58
* struct flow_dissector_key_basic:
69
* @thoff: Transport header offset

0 commit comments

Comments
 (0)