diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 14:55:26 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 14:55:26 -0400 |
commit | 58c5db2174747fe79eca2e6adbfb4599315b9058 (patch) | |
tree | 504d628cf8d36f641d9a80e082463ec05c541697 /src/bus-proxyd/proxy.c | |
parent | cae10cc3742018bcd8eca6782fd02132fc291e64 (diff) |
./move.sh
Diffstat (limited to 'src/bus-proxyd/proxy.c')
-rw-r--r-- | src/bus-proxyd/proxy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bus-proxyd/proxy.c b/src/bus-proxyd/proxy.c index 907d93d4c7..bcfbab0dad 100644 --- a/src/bus-proxyd/proxy.c +++ b/src/bus-proxyd/proxy.c @@ -26,8 +26,8 @@ #include <sys/socket.h> #include <sys/types.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-control.h" |