datapath: Include <linux/netlink.h> directly into flow.h.
authorBen Pfaff <blp@nicira.com>
Fri, 10 Dec 2010 22:38:25 +0000 (14:38 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 13 Dec 2010 18:20:24 +0000 (10:20 -0800)
commit78d18dbb55dcbcf0a59bc93b0c023ab7708d974c
tree1f75bff4725358d5bca2e8272592fe2b28dc785d
parent0f34eb123011f848083b49384ac82e5a57c8c5d1
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>
datapath/flow.h