diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-09-26 11:51:17 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-09-27 23:55:11 +0900 |
commit | 3a2ee8554ef675c60d00807e5ef4131e2803ac95 (patch) | |
tree | ac9f5c44bd458f7ce5f11dd9754d155e42eb7f08 /src/network/networkctl.c | |
parent | 82e0689cd82dbf499c9a0180fb2b7f5aa8c74836 (diff) | |
download | systemd-3a2ee8554ef675c60d00807e5ef4131e2803ac95.tar.gz |
sd-lldp: rename sd-lldp.[ch] -> sd-lldp-rx.[ch]
Diffstat (limited to 'src/network/networkctl.c')
-rw-r--r-- | src/network/networkctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkctl.c b/src/network/networkctl.c index 09a19192bc..d4a7da9f71 100644 --- a/src/network/networkctl.c +++ b/src/network/networkctl.c @@ -15,7 +15,7 @@ #include "sd-device.h" #include "sd-dhcp-client.h" #include "sd-hwdb.h" -#include "sd-lldp.h" +#include "sd-lldp-rx.h" #include "sd-netlink.h" #include "sd-network.h" |