summaryrefslogtreecommitdiff
path: root/src/core/dbus-util.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-05-28 13:36:35 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-05-28 13:36:35 +0900
commit19e69a9c7a3a84f25d4c21c7c7f8f60c24685432 (patch)
treead3a7ebd62d6e24321a19ad580d4bf3755223c3c /src/core/dbus-util.h
parent0ce37aa51d7d5230fbb1a6c93f5945a1db587212 (diff)
downloadsystemd-19e69a9c7a3a84f25d4c21c7c7f8f60c24685432.tar.gz
core: include sd-bus-vtable.h in dbus-*.h
Diffstat (limited to 'src/core/dbus-util.h')
-rw-r--r--src/core/dbus-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/dbus-util.h b/src/core/dbus-util.h
index b1f7b69d79..73d1ebd313 100644
--- a/src/core/dbus-util.h
+++ b/src/core/dbus-util.h
@@ -8,6 +8,7 @@
***/
#include "sd-bus.h"
+
#include "unit.h"
int bus_property_get_triggered_unit(sd_bus *bus, const char *path, const char *interface, const char *property, sd_bus_message *reply, void *userdata, sd_bus_error *error);