diff options
author | Kay Sievers <kay@vrfy.org> | 2012-04-10 21:54:31 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-04-10 22:43:05 +0200 |
commit | 49e942b2bc9fdedba79cd266a076ce9c9d91fc13 (patch) | |
tree | f628e16f183b9a40b3bfb34c842dbb3a54918509 /src/automount.c | |
parent | cc0933371d5a19c1a102ce911cb01aae8909b949 (diff) |
rename basic.la to shared.la and put selinux deps in shared-selinx.la
Only 34 of 74 tools need libselinux linked, and libselinux is a pain
with its unconditional library constructor.
Diffstat (limited to 'src/automount.c')
-rw-r--r-- | src/automount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/automount.c b/src/automount.c index cf2fb60cdf..6857a6fd76 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, |