summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/test-lldp.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-12 16:19:03 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-12 16:19:03 -0400
commit5688e8a9c2cc355f60a52a3a89f562ce26b3e075 (patch)
treeddd2d8c9435ac78b5dce2aefd93dcd7570c7e6da /src/libsystemd-network/test-lldp.c
parent4ac943d19fae61625fe6234af1e6052040073e24 (diff)
./move.sh
Diffstat (limited to 'src/libsystemd-network/test-lldp.c')
-rw-r--r--src/libsystemd-network/test-lldp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsystemd-network/test-lldp.c b/src/libsystemd-network/test-lldp.c
index 1aae2253c0..8c6d214d6f 100644
--- a/src/libsystemd-network/test-lldp.c
+++ b/src/libsystemd-network/test-lldp.c
@@ -24,8 +24,8 @@
#include <string.h>
#include <unistd.h>
-#include "sd-event.h"
-#include "sd-lldp.h"
+#include <systemd/sd-event.h>
+#include <systemd/sd-lldp.h>
#include "alloc-util.h"
#include "fd-util.h"