Skip to content

Commit

Permalink
flow_dissector: add missing header includes
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jiri Pirko authored and David S. Miller committed May 13, 2015
1 parent 06635a3 commit c3f8eae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/net/flow_dissector.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c3f8eae

Please sign in to comment.