diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-13 16:41:31 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-13 16:41:31 -0400 |
commit | d3f2bd38c85b5e9484dbe55094e53a561fb46b6e (patch) | |
tree | fda125cd5c1243c0750dc814f4cc0b0adcdaf28d /src/test/test-daemon.c | |
parent | 85ac1aeee9bfd78f017f4f2bf73629c3456f2775 (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; |