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-path.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-path.h')
-rw-r--r-- | src/core/dbus-path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/dbus-path.h b/src/core/dbus-path.h index 5d729cdefc..ea12de5fb8 100644 --- a/src/core/dbus-path.h +++ b/src/core/dbus-path.h @@ -8,6 +8,7 @@ ***/ #include "sd-bus.h" +#include "sd-bus-vtable.h" #include "unit.h" |