diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-28 00:37:09 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-28 00:37:09 -0400 |
commit | 9b97598cc8b30fcefb5099cb0950009b3e16fb9e (patch) | |
tree | a995f031ea151163f960dbe5afb159b0d3263cec /src/test/test-daemon.c | |
parent | a22aa4f10d4b41ce614ef02f5c6147625dca36db (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" |