diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-05-28 06:36:35 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-05-28 06:36:35 +0200 |
commit | 19e69a9c7a3a84f25d4c21c7c7f8f60c24685432 (patch) | |
tree | ad3a7ebd62d6e24321a19ad580d4bf3755223c3c /src/core/dbus-unit.h | |
parent | Update POTFILES.in (diff) | |
download | systemd-19e69a9c7a3a84f25d4c21c7c7f8f60c24685432.tar.xz systemd-19e69a9c7a3a84f25d4c21c7c7f8f60c24685432.zip |
core: include sd-bus-vtable.h in dbus-*.h
Diffstat (limited to 'src/core/dbus-unit.h')
-rw-r--r-- | src/core/dbus-unit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/dbus-unit.h b/src/core/dbus-unit.h index 7fce07d1e9..8c55d7dfdf 100644 --- a/src/core/dbus-unit.h +++ b/src/core/dbus-unit.h @@ -8,7 +8,9 @@ ***/ #include "sd-bus.h" +#include "sd-bus-vtable.h" +#include "job.h" #include "unit.h" extern const sd_bus_vtable bus_unit_vtable[]; |