X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fautomount.c;h=d5da497c8e2a0ff832a38857adaf55f867fee901;hb=c0b346969d79c6b405f9ca23ce18655fda1651d6;hp=047af7759bbd3f706bf7a15a5bdb6f1498c8a9fd;hpb=e364ad0628b5930a671ae5be863b960f4bd748a8;p=elogind.git diff --git a/src/automount.c b/src/automount.c index 047af7759..d5da497c8 100644 --- a/src/automount.c +++ b/src/automount.c @@ -1,4 +1,4 @@ -/*-*- Mode: C; c-basic-offset: 8 -*-*/ +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ /*** This file is part of systemd. @@ -37,6 +37,7 @@ #include "dbus-automount.h" #include "bus-errors.h" #include "special.h" +#include "label.h" static const UnitActiveState state_translation_table[_AUTOMOUNT_STATE_MAX] = { [AUTOMOUNT_DEAD] = UNIT_INACTIVE,