datapath: Include net/udp.h in vport-capwap.c
authorSimon Horman <horms@verge.net.au>
Tue, 31 Aug 2010 02:47:28 +0000 (11:47 +0900)
committerJesse Gross <jesse@nicira.com>
Tue, 31 Aug 2010 03:23:00 +0000 (20:23 -0700)
commitcd8055cce3e9dcd20c6125f064d73ef04b99aee4
tree86e1477444aa516c9079fd10cf0bd10f0e2f9722
parentc259baae45d76592eb14db5abde20aa72e7f2605
datapath: Include net/udp.h in vport-capwap.c

net/udp.h is currently included indirectly via linux/ipv6.h which is
in turn included indirectly via linux/ip.h.  However, this breaks down
if CONFIG_IPV6 is not set, leading to a number of build errors.

Signed-off-by: Simon Horman <horms@verge.net.au>
[Jesse: shortened commit message]
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/vport-capwap.c