diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-13 00:22:19 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-13 00:22:19 -0400 |
commit | e54cedc3b972afba1f25875c194afda8a9efc084 (patch) | |
tree | 8328229cdd0371b9180981f0b37c30c184c2eaf0 /src/libsystemd-network/test-ndisc-rs.c | |
parent | 511cfa23b82a3afe14d3999bcb910b2eb1e366f4 (diff) |
./move.sh
Diffstat (limited to 'src/libsystemd-network/test-ndisc-rs.c')
-rw-r--r-- | src/libsystemd-network/test-ndisc-rs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-network/test-ndisc-rs.c b/src/libsystemd-network/test-ndisc-rs.c index f7b2eb8050..863a76637c 100644 --- a/src/libsystemd-network/test-ndisc-rs.c +++ b/src/libsystemd-network/test-ndisc-rs.c @@ -19,7 +19,7 @@ #include <netinet/icmp6.h> -#include "sd-ndisc.h" +#include <systemd/sd-ndisc.h> #include "icmp6-util.h" #include "socket-util.h" |