diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-07 22:09:41 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-07 22:09:41 -0400 |
commit | 97e3ae756fc27548a78a7c9d9759c5d096f3afe6 (patch) | |
tree | 2820ece5e2d3a6b061d43edbb0783d4b88c64f67 /src/test/test-daemon.c | |
parent | 679bea0d0993ccd497b56f3467fe5ad4d893b680 (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" |