summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/dhcp6-option.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-28 00:24:41 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-28 00:24:41 -0400
commite1a4c5422deec7970cc5ce0154fd4fc721ee8dc2 (patch)
treebd93abe325e0a0c8106f24f1f30b5536c00d0290 /src/libsystemd-network/dhcp6-option.c
parentaee084841b875167d9afd4984208fb9a95f89896 (diff)
fix
Diffstat (limited to 'src/libsystemd-network/dhcp6-option.c')
-rw-r--r--src/libsystemd-network/dhcp6-option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-network/dhcp6-option.c b/src/libsystemd-network/dhcp6-option.c
index 2de3d61c50..a90587295c 100644
--- a/src/libsystemd-network/dhcp6-option.c
+++ b/src/libsystemd-network/dhcp6-option.c
@@ -26,7 +26,7 @@
#include "basic/alloc-util.h"
#include "dhcp6-internal.h"
#include "dhcp6-protocol.h"
-#include "dns-domain.h"
+#include "shared/dns-domain.h"
#include "basic/sparse-endian.h"
#include "basic/strv.h"
#include "basic/unaligned.h"