summaryrefslogtreecommitdiff
path: root/src/basic/meson.build
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-04-16 01:57:23 +0900
committerLennart Poettering <lennart@poettering.net>2019-04-16 10:27:01 +0200
commitac9b17271fbe2a840796739c455183e3d89d9e21 (patch)
treee576eb8c31e569fbd12138097873de8a47e88361 /src/basic/meson.build
parentec8181d1c570bac67ef6e54aedd7f218e49e9d55 (diff)
downloadsystemd-ac9b17271fbe2a840796739c455183e3d89d9e21.tar.gz
systemd-ac9b17271fbe2a840796739c455183e3d89d9e21.tar.bz2
systemd-ac9b17271fbe2a840796739c455183e3d89d9e21.zip
linux: import if_ether.h from kernel-5.0
kernel-4.15's if_ether.h has a bug that the header does not provide 'struct ethhdr'. The bug is introduced by 6926e041a8920c8ec27e4e155efa760aa01551fd (4.15-rc8) and fixed by da360299b6734135a5f66d7db458dcc7801c826a (4.16-rc3). This makes systemd built with kernel-4.15 headers. Fixes #12319.
Diffstat (limited to 'src/basic/meson.build')
-rw-r--r--src/basic/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/basic/meson.build b/src/basic/meson.build
index 67f04bcbc4..7d281c8841 100644
--- a/src/basic/meson.build
+++ b/src/basic/meson.build
@@ -94,6 +94,7 @@ basic_sources = files('''
linux/if_arp.h
linux/if_bonding.h
linux/if_bridge.h
+ linux/if_ether.h
linux/if_link.h
linux/if_macsec.h
linux/if_tun.h