]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/dbus-automount.h
core: include sd-bus-vtable.h in dbus-*.h
[thirdparty/systemd.git] / src / core / dbus-automount.h
index 2d4079a7b474defcb7000a7b04aece6e07580587..755bdab1b6a811a36643b4d8a6d27325a3e18db3 100644 (file)
@@ -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);