BUILD: connection: fix build breakage on openbsd due to missing in_systm.h
authorWilly Tarreau <w@1wt.eu>
Wed, 10 Aug 2016 16:57:38 +0000 (18:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 10 Aug 2016 17:32:33 +0000 (19:32 +0200)
commitd2629f293e43994dc96d36369dbc86131bd61243
tree324fe98a7a1635db83256f40ee85673d35190853
parent7f3e3c0159401cdf47575bc82304696b3a98a2ab
BUILD: connection: fix build breakage on openbsd due to missing in_systm.h

Recent commit 93b227d ("MINOR: listener: add the "accept-netscaler-cip"
option to the "bind" keyword") introduced an include of netinet/ip.h
which requires in_systm.h on OpenBSD. No backport is needed.
include/types/connection.h