diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-09-29 19:24:02 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-10-06 19:44:42 +0200 |
commit | ee446d57b844d18c3a283b62fe8fca0daac90e96 (patch) | |
tree | 1f4b46b1cc93dbde0e8cf71109b14130c25aec6d /src/network/networkd-sriov.h | |
parent | network: drop unused fdb_ntf_flags_to_string() (diff) | |
download | systemd-ee446d57b844d18c3a283b62fe8fca0daac90e96.tar.xz systemd-ee446d57b844d18c3a283b62fe8fca0daac90e96.zip |
network: cleanup networkd-fdb.h
Diffstat (limited to 'src/network/networkd-sriov.h')
-rw-r--r-- | src/network/networkd-sriov.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd-sriov.h b/src/network/networkd-sriov.h index a545d1292a..04cc4270f1 100644 --- a/src/network/networkd-sriov.h +++ b/src/network/networkd-sriov.h @@ -5,6 +5,7 @@ #include <linux/if_link.h> #include "conf-parser.h" +#include "ether-addr-util.h" #include "networkd-link.h" #include "networkd-network.h" #include "networkd-util.h" |