diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-23 21:55:51 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-23 21:55:51 -0400 |
commit | 481edcbe2f0b4706ae46d3f17596d81827390b72 (patch) | |
tree | bae4bde0de67fc9091d9ca3cc937a748829dbac6 /src/test/test-daemon.c | |
parent | 0d1eb3d488d3df70d192a2cf595967e54138d0dc (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" |