diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-27 21:13:44 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-27 21:13:44 -0400 |
commit | 569a9b5aa9258ca9ec7f201f1348aaa5494798a1 (patch) | |
tree | 8d16f6ed0c30bae7c9093fa9f392d6f94811971f /src/libsystemd-network/test-lldp.c | |
parent | 68f92176c58e185292b9fa53a558031fb901797d (diff) |
./move.sh
Diffstat (limited to 'src/libsystemd-network/test-lldp.c')
-rw-r--r-- | src/libsystemd-network/test-lldp.c | 4 |
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" |