mirror of
https://github.com/openvswitch/ovs
synced 2025-10-13 14:07:02 +00:00
datapath: Include <linux/netlink.h> directly into flow.h.
While doing test builds on numerous kernel versions I found that one build failed because "struct nlattr" wasn't visible from flow.h. I guess that we accidentally depend on <linux/netlink.h> being included indirectly, but this didn't always happen. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Jesse Gross <jesse@nicira.com>
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#define FLOW_H 1
|
||||
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/netlink.h>
|
||||
#include <linux/spinlock.h>
|
||||
#include <linux/types.h>
|
||||
#include <linux/rcupdate.h>
|
||||
|
Reference in New Issue
Block a user