diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 16:10:44 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 16:10:44 -0400 |
commit | 0e0f9b10da45ccefaf64eec8c00b12c8695ef64f (patch) | |
tree | a95311bcb295b8c32bca1db9898c26020244ee01 /src/bus-proxyd/proxy.c | |
parent | 6232bf36bfdb26cc33ceeeb20c375f2ce285c64a (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" |