diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-10 16:52:48 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-10 16:52:48 -0400 |
commit | 9d7284bf4f72f30db09479a93f756ce386a6318b (patch) | |
tree | 9658988887a748459e0c4c18c2e86b987f2d1826 /src/test/test-daemon.c | |
parent | 9b21131e802447b99ace53d3936c19c2688da20c (diff) |
./tools/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" |