diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-13 11:51:41 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-13 11:51:41 -0400 |
commit | e28b748e8cd95dee07e7eefd4dc15776e6c1fb82 (patch) | |
tree | 8f2cefa30f484883a6eca507c8690abad4566aa8 /src/libsystemd-network/test-lldp.c | |
parent | 643a009badc400198855dbc7c795bd8469a6b991 (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" |