diff options
Diffstat (limited to 'src/libsystemd-network/src/icmp6-util.c')
-rw-r--r-- | src/libsystemd-network/src/icmp6-util.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/libsystemd-network/src/icmp6-util.c b/src/libsystemd-network/src/icmp6-util.c index acad9d7d6a..0e78e58444 100644 --- a/src/libsystemd-network/src/icmp6-util.c +++ b/src/libsystemd-network/src/icmp6-util.c @@ -26,11 +26,12 @@ #include <sys/socket.h> #include <sys/types.h> #include <unistd.h> + #include <linux/if_packet.h> -#include "fd-util.h" -#include "icmp6-util.h" -#include "socket-util.h" +#include "basic/fd-util.h" +#include "basic/socket-util.h" +#include "systemd-network/icmp6-util.h" #define IN6ADDR_ALL_ROUTERS_MULTICAST_INIT \ { { { 0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \ |