diff options
author | Tom Gundersen <teg@jklm.no> | 2016-11-13 04:59:06 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2016-11-14 01:05:06 +0100 |
commit | 23f53b99b17f1b8dc755a6c0fff41b1ed3069467 (patch) | |
tree | 8b18b8a09885648ac106c45b0cacc0cfd0bbf750 /src/network/networkd-ndisc.c | |
parent | networkd: netdev - move to separate subdirectory (diff) | |
download | systemd-23f53b99b17f1b8dc755a6c0fff41b1ed3069467.tar.xz systemd-23f53b99b17f1b8dc755a6c0fff41b1ed3069467.zip |
networkd: clean up main header file a bit
Rename networkd.h to networkd-manager.h, to more accurately describe what it
contains.
Diffstat (limited to 'src/network/networkd-ndisc.c')
-rw-r--r-- | src/network/networkd-ndisc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/network/networkd-ndisc.c b/src/network/networkd-ndisc.c index 4853791aa5..70283e5347 100644 --- a/src/network/networkd-ndisc.c +++ b/src/network/networkd-ndisc.c @@ -18,11 +18,12 @@ ***/ #include <netinet/icmp6.h> +#include <arpa/inet.h> #include "sd-ndisc.h" -#include "networkd.h" #include "networkd-ndisc.h" +#include "networkd-route.h" #define NDISC_DNSSL_MAX 64U #define NDISC_RDNSS_MAX 64U |