diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-07 17:19:20 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-09 07:52:18 +0200 |
commit | 47a71f98529e73f262fd99b7ce77a69055b469b8 (patch) | |
tree | 3a8e8b8385d11c3fe331ad052b211ee27f4e3774 /src/resolve | |
parent | arphrd-list: use imported linux/if_arp.h (diff) | |
download | systemd-47a71f98529e73f262fd99b7ce77a69055b469b8.tar.xz systemd-47a71f98529e73f262fd99b7ce77a69055b469b8.zip |
missing_network: drop unnecessary definition
Now we have ipv6.h, hence the definition is not necessary anymore.
Diffstat (limited to 'src/resolve')
-rw-r--r-- | src/resolve/resolved-manager.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resolve/resolved-manager.c b/src/resolve/resolved-manager.c index 210a71c9d5..c842bf69c5 100644 --- a/src/resolve/resolved-manager.c +++ b/src/resolve/resolved-manager.c @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ #include <fcntl.h> +#include <linux/ipv6.h> #include <netinet/in.h> #include <poll.h> #include <sys/ioctl.h> |