chiark / gitweb /
split selinux label operations out of cgroup-util, socket-util
[elogind.git] / src / automount.c
index 507fc258d66660473542d7e150962d6b119f1fb9..6857a6fd76f5aee450255dbbdc2ed67560a148ad 100644 (file)
@@ -38,6 +38,7 @@
 #include "bus-errors.h"
 #include "special.h"
 #include "label.h"
+#include "mkdir.h"
 
 static const UnitActiveState state_translation_table[_AUTOMOUNT_STATE_MAX] = {
         [AUTOMOUNT_DEAD] = UNIT_INACTIVE,
@@ -881,7 +882,7 @@ const UnitVTable automount_vtable = {
 
         .bus_interface = "org.freedesktop.systemd1.Automount",
         .bus_message_handler = bus_automount_message_handler,
-        .bus_invalidating_properties =  bus_automount_invalidating_properties,
+        .bus_invalidating_properties = bus_automount_invalidating_properties,
 
         .shutdown = automount_shutdown
 };