X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fautomount.c;h=6857a6fd76f5aee450255dbbdc2ed67560a148ad;hb=cc527a4734d636f1ab5a66576cb7e232af3cc261;hp=507fc258d66660473542d7e150962d6b119f1fb9;hpb=81a5c6d03ef1e43e33bfb5ad006cf883c927a339;p=elogind.git diff --git a/src/automount.c b/src/automount.c index 507fc258d..6857a6fd7 100644 --- a/src/automount.c +++ b/src/automount.c @@ -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 };