diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-13 02:47:06 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-13 02:47:06 -0400 |
commit | a092b118d6e6305fe909b9f6d1d4aedfd8d74e67 (patch) | |
tree | 9ea72e36fe1af4059a37a606e1228c23fd15aa47 /src/test/test-daemon.c | |
parent | aba435a4c9ccfbe4d86365c8b386e841fd893ca1 (diff) |
./tools/notsd-move
Diffstat (limited to 'src/test/test-daemon.c')
-rw-r--r-- | src/test/test-daemon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test-daemon.c b/src/test/test-daemon.c index a7cb426282..98988e1e31 100644 --- a/src/test/test-daemon.c +++ b/src/test/test-daemon.c @@ -19,9 +19,9 @@ #include <unistd.h> -#include "sd-daemon.h" +#include <systemd/sd-daemon.h> -#include "strv.h" +#include "basic/strv.h" int main(int argc, char*argv[]) { _cleanup_strv_free_ char **l = NULL; |