datapath-protocol: Include netlink.h.
authorJesse Gross <jesse@nicira.com>
Sun, 12 Dec 2010 18:01:19 +0000 (10:01 -0800)
committerJesse Gross <jesse@nicira.com>
Mon, 13 Dec 2010 19:08:28 +0000 (11:08 -0800)
commit8e801baacf583059c918f3eb194d86d0f95e8092
treeee5720ac9f3abfbe87ec01f66881c715f273a8a8
parenta2973b1a8b539e0f7fbd1f9fbb090b406484c1bb
datapath-protocol: Include netlink.h.

On older kernels that don't have if_link.h, we use our own, limited
version.  This version doesn't include the netlink header, causing
problems where we were relying on it to define the types in
datapath-protocol.h.  Therefore, directly include it, since it is
better to be explicit about it anyways.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
include/linux/if_link.h
include/openvswitch/datapath-protocol.h