diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-06 21:00:48 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-06 21:00:48 -0400 |
commit | 222ffdb004183ee1a77d72e5bf800f5ff4ff332d (patch) | |
tree | 8e46035b48c36937f522e514414b95e8be549a02 /src/libsystemd-network/test-lldp.c | |
parent | 653c74a5b096525af69fbe55676bcdf0ea4addb9 (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 b8490073dd..0243bc132b 100644 --- a/src/libsystemd-network/test-lldp.c +++ b/src/libsystemd-network/test-lldp.c @@ -23,8 +23,8 @@ #include <stdio.h> #include <string.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" |