]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkd-brvlan.c: fix build without BRIDGE_VLAN_INFO_RANGE_END
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 3 Feb 2019 16:32:46 +0000 (17:32 +0100)
committerFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 3 Feb 2019 16:34:53 +0000 (17:34 +0100)
commit7bd188b1e628d11011cc6c98456e2e4ed72c645b
treef9f9306b46b98cf3672053ddea1a638afd58e205
parent9d8c69c7d9b9d583da7de7905ff5fbacddcdf759
networkd-brvlan.c: fix build without BRIDGE_VLAN_INFO_RANGE_END

systemd fails to build on kernel without BRIDGE_VLAN_INFO_RANGE_END
since 9714c02

So put include missing_if_bridge.h

Fixes:
 - http://autobuild.buildroot.org/results/970b09e1d49b53dff12a07ca4ad424ef9dd29a69

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
src/network/networkd-brvlan.c