diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-02 02:49:14 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-02 02:49:14 -0400 |
commit | 28249bf27e32d5afecc37a95d81c50dd454c1586 (patch) | |
tree | 42e2e29e403b3d7454e883ce742a235578bce2c2 /src/bus-proxyd/stdio-bridge.c | |
parent | ae79ac19963f32f0604e2262b5e177a4abed0d98 (diff) |
./move.sh
Diffstat (limited to 'src/bus-proxyd/stdio-bridge.c')
-rw-r--r-- | src/bus-proxyd/stdio-bridge.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bus-proxyd/stdio-bridge.c b/src/bus-proxyd/stdio-bridge.c index 291c1b09e3..60c4a08325 100644 --- a/src/bus-proxyd/stdio-bridge.c +++ b/src/bus-proxyd/stdio-bridge.c @@ -25,8 +25,8 @@ #include <string.h> #include <unistd.h> -#include "sd-bus.h" -#include "sd-daemon.h" +#include <systemd/sd-bus.h> +#include <systemd/sd-daemon.h> #include "alloc-util.h" #include "bus-internal.h" |