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-automount.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-automount.h')
-rw-r--r-- | src/core/dbus-automount.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/dbus-automount.h b/src/core/dbus-automount.h index 2d4079a7b4..755bdab1b6 100644 --- a/src/core/dbus-automount.h +++ b/src/core/dbus-automount.h @@ -7,6 +7,11 @@ Copyright 2010 Lennart Poettering ***/ +#include "sd-bus.h" +#include "sd-bus-vtable.h" + +#include "unit.h" + extern const sd_bus_vtable bus_automount_vtable[]; int bus_automount_set_property(Unit *u, const char *name, sd_bus_message *message, UnitWriteFlags flags, sd_bus_error *error); |