Skip to content

Commit

Permalink
net: flow_dissector.c missing include linux/export.h
Browse files Browse the repository at this point in the history
The file net/core/flow_dissector.c seems to be missing
including linux/export.h.

Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jesper Dangaard Brouer authored and David S. Miller committed Jan 24, 2012
1 parent b82b918 commit c452ed7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/core/flow_dissector.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <linux/skbuff.h>
#include <linux/export.h>
#include <linux/ip.h>
#include <linux/ipv6.h>
#include <linux/if_vlan.h>
Expand Down

0 comments on commit c452ed7

Please sign in to comment.