From 62cc1c55cb6909c9b0065bf55940bc5a5780f67b Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Wed, 5 Apr 2017 18:50:13 -0400 Subject: bus: include sd-{bus,messages}.h the same as other systemd headers This is our own header, we should include use the local-include syntax ("" not <>), to make it clear we are including the one from the build tree. All other includes of files from src/systemd/ use this scheme. --- src/libsystemd/sd-bus/test-bus-track.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsystemd') diff --git a/src/libsystemd/sd-bus/test-bus-track.c b/src/libsystemd/sd-bus/test-bus-track.c index 4beb61f05a..06c6167511 100644 --- a/src/libsystemd/sd-bus/test-bus-track.c +++ b/src/libsystemd/sd-bus/test-bus-track.c @@ -17,7 +17,7 @@ along with systemd; If not, see . ***/ -#include +#include "sd-bus.h" #include "macro.h" -- cgit v1.2.3-54-g00ecf