diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-27 21:21:19 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-27 21:21:19 -0400 |
commit | 38b93f33c4130a69b6ff1777ee59511f601abff6 (patch) | |
tree | 4f51d827b4e7598b3ab46f86a3c1ab5e03782700 /src/test/test-daemon.c | |
parent | a9330854c56ccba7b6ce4bdb046ae7778b329622 (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" |