summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/test/test-dhcp-option.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-28 10:26:19 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-28 10:26:19 -0400
commita40feeeb29ed6122f53ba9542d803b7bfc9d7931 (patch)
tree11f650a1a1e789fa56918a904f4957f706da0e5b /src/libsystemd-network/test/test-dhcp-option.c
parent3b4034c71b66f74f22b3d3af9d5fa62e8861d4fb (diff)
fix
Diffstat (limited to 'src/libsystemd-network/test/test-dhcp-option.c')
-rw-r--r--src/libsystemd-network/test/test-dhcp-option.c4
1 files changed, 2 insertions, 2 deletions
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 <string.h>
#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"