diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-13 11:51:41 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-13 11:51:41 -0400 |
commit | e28b748e8cd95dee07e7eefd4dc15776e6c1fb82 (patch) | |
tree | 8f2cefa30f484883a6eca507c8690abad4566aa8 /src/test/test-daemon.c | |
parent | 643a009badc400198855dbc7c795bd8469a6b991 (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" |