summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@users.noreply.github.com>2017-04-21 21:36:56 +0200
committerGitHub <noreply@github.com>2017-04-21 21:36:56 +0200
commit56744c037da0ba2032fba0c7ac116317bb5ae4ae (patch)
treedb0347ca9acff034003a7d947fd9e77729affa41 /src/libsystemd/sd-bus
parent301fb51922d435d5f5ef02d234dc7a271ecca930 (diff)
parent62cc1c55cb6909c9b0065bf55940bc5a5780f67b (diff)
Merge pull request #5756 from keszybz/make-cleanups
Various meson-independent cleanups from the meson patchset
Diffstat (limited to 'src/libsystemd/sd-bus')
-rw-r--r--src/libsystemd/sd-bus/test-bus-track.c2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
***/
-#include <sd-bus.h>
+#include "sd-bus.h"
#include "macro.h"