diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-07 02:15:26 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-07 02:15:26 -0400 |
commit | 834745e4a25ee9a4cbf55a555ae316db2c971660 (patch) | |
tree | 3ed29a17d190c14a7146652389baf544aa48c622 /src/network/networkd-ndisc.c | |
parent | a6a23b04bebe5530bf4d775a2acc79979ed533b4 (diff) |
./move.sh
Diffstat (limited to 'src/network/networkd-ndisc.c')
-rw-r--r-- | src/network/networkd-ndisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-ndisc.c b/src/network/networkd-ndisc.c index f2287be20a..ae647b0293 100644 --- a/src/network/networkd-ndisc.c +++ b/src/network/networkd-ndisc.c @@ -21,7 +21,7 @@ #include <netinet/icmp6.h> #include <linux/if.h> -#include "sd-ndisc.h" +#include <systemd/sd-ndisc.h> #include "networkd-link.h" |