summaryrefslogtreecommitdiff
path: root/src/automount.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-08-11 22:58:34 +0200
committerLennart Poettering <lennart@poettering.net>2010-08-11 22:58:34 +0200
commite51bc1a23e8f581e4fe46aa4df1bd93b7042c184 (patch)
tree27a0d1e86579a1e6d0d0444a228c3db08a98a6ad /src/automount.c
parent7fab9d01b5940a67ca070754361afb9dfaa520f2 (diff)
selinux: split off selinux calls into seperate file label.c
Diffstat (limited to 'src/automount.c')
-rw-r--r--src/automount.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/automount.c b/src/automount.c
index 047af7759b..f81d5a2c7f 100644
--- a/src/automount.c
+++ b/src/automount.c
@@ -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,