util: Fix include for htonl().
authorJoe Stringer <joestringer@nicira.com>
Fri, 5 Dec 2014 00:05:33 +0000 (16:05 -0800)
committerJustin Pettit <jpettit@nicira.com>
Wed, 10 Dec 2014 22:06:21 +0000 (14:06 -0800)
commit07391d1b3f0a6ca45b9d39924f44f475e416a423
tree995b5733cade11ab02d1f550cb42fdeaf9241ce3
parent1908232c34fd644bfef77ef0b1a7ef83ea61975e
util: Fix include for htonl().

Commit 526a7c85d11dc "util: Add be32_prefix_mask()." added an include for
byte-order.h into util.h, which could cause link failures if users of
libopenvswitch defined their own version of htonll(). Change the
include, as only htonl() is needed and arpa/inet.h provides this.

Signed-off-by: Joe Stringer <joestringer@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
lib/util.h