diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-10 10:39:55 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-10 10:39:55 -0400 |
commit | 39bccd020e2f986d4ff30ec27f5ecc293637ada1 (patch) | |
tree | 4a703c3ff929865b70c7d39769b74762228b9a44 /src/test/test-daemon.c | |
parent | d8b5a22abc8116f8d4c3c42ad01cfc5529822972 (diff) |
./move.sh
Diffstat (limited to 'src/test/test-daemon.c')
-rw-r--r-- | src/test/test-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-daemon.c b/src/test/test-daemon.c index a7cb426282..b2cd3c7663 100644 --- a/src/test/test-daemon.c +++ b/src/test/test-daemon.c @@ -19,7 +19,7 @@ #include <unistd.h> -#include "sd-daemon.h" +#include <systemd/sd-daemon.h> #include "strv.h" |