summaryrefslogtreecommitdiffstats
path: root/src/core/dbus-service.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-05-28 06:36:35 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-05-28 06:36:35 +0200
commit19e69a9c7a3a84f25d4c21c7c7f8f60c24685432 (patch)
treead3a7ebd62d6e24321a19ad580d4bf3755223c3c /src/core/dbus-service.h
parentUpdate POTFILES.in (diff)
downloadsystemd-19e69a9c7a3a84f25d4c21c7c7f8f60c24685432.tar.xz
systemd-19e69a9c7a3a84f25d4c21c7c7f8f60c24685432.zip
core: include sd-bus-vtable.h in dbus-*.h
Diffstat (limited to 'src/core/dbus-service.h')
-rw-r--r--src/core/dbus-service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/dbus-service.h b/src/core/dbus-service.h
index f96d426a9c..bc684ac80c 100644
--- a/src/core/dbus-service.h
+++ b/src/core/dbus-service.h
@@ -8,6 +8,7 @@
***/
#include "sd-bus.h"
+#include "sd-bus-vtable.h"
#include "unit.h"