From a40feeeb29ed6122f53ba9542d803b7bfc9d7931 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 28 Jul 2016 10:26:19 -0400 Subject: fix --- src/libsystemd-network/test/test-dhcp-option.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libsystemd-network/test/test-dhcp-option.c') diff --git a/src/libsystemd-network/test/test-dhcp-option.c b/src/libsystemd-network/test/test-dhcp-option.c index 5bd86e3956..20995c98ba 100644 --- a/src/libsystemd-network/test/test-dhcp-option.c +++ b/src/libsystemd-network/test/test-dhcp-option.c @@ -4,8 +4,8 @@ #include #include "basic/alloc-util.h" -#include "dhcp-internal.h" -#include "dhcp-protocol.h" +#include "systemd-network/dhcp-internal.h" +#include "systemd-network/dhcp-protocol.h" #include "basic/macro.h" #include "basic/util.h" -- cgit v1.2.3-54-g00ecf